Remove incorrect statement

Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
fufesou 2024-01-03 10:11:11 +08:00
parent 939f34ef34
commit f22576a56e
2 changed files with 0 additions and 4 deletions

View File

@ -10,8 +10,6 @@ Our web console currently supports two kinds of 2FA:
1. Email verification.
2. TOTP. A third-party authentication app is required to generate the verification code, such as [Authy](https://authy.com/), [Microsoft](https://www.microsoft.com/en-us/security/mobile-authenticator-app/ ), [Google](https://play.google.com/store/apps/details?id=com.google.android.apps.authenticator2/) authentication app.
**Note**: If you log in using OIDC authorization, 2FA verification will no longer be required.
You first need to go to the account settings page.
![](/docs/en/self-host/rustdesk-server-pro/2FA/images/1-settings-account.png)

View File

@ -10,8 +10,6 @@ weight: 16
1. 邮件验证。
2. TOTP。需要第三方 authentication app 生成验证码,如 [Authy](https://authy.com/), [Microsoft](https://www.microsoft.com/en-us/security/mobile-authenticator-app/), [Google](https://play.google.com/store/apps/details?id=com.google.android.apps.authenticator2/) authentication app 。
**注**:如使用 OIDC 授权登录,不会再要求 2FA 验证。
开启 邮件验证 或者 TOTP 验证,您都需要进入账户设置页面。