mirror of
https://github.com/rustdesk/doc.rustdesk.com.git
synced 2024-11-07 17:04:32 +01:00
Update _index.zh-cn.md
This commit is contained in:
parent
bf35b683cf
commit
2f0b91d52b
@ -13,7 +13,7 @@ weight: 16
|
||||
|
||||
开启 邮件验证 或者 TOTP 验证,您都需要进入账户设置页面。
|
||||
|
||||
![](./images/1-settings-account.png)
|
||||
![](/docs/en/self-host/rustdesk-server-pro/2fa/images/1-settings-account.png)
|
||||
|
||||
### 邮件验证
|
||||
|
||||
@ -22,11 +22,11 @@ weight: 16
|
||||
1. 设置邮件
|
||||
2. 启用 "Enable email login verification" 选项。
|
||||
|
||||
![](./images/2-2fa-email-1.png)
|
||||
![](/docs/en/self-host/rustdesk-server-pro/2fa/images/2-2fa-email-1.png)
|
||||
|
||||
当我们下次登录时,RustDesk 就会向我们发送验证码邮件,web 页面也会跳转到验证页。
|
||||
|
||||
![](./images/2-2fa-email-2.png)
|
||||
![](/docs/en/self-host/rustdesk-server-pro/2fa/images/2-2fa-email-2.png)
|
||||
|
||||
|
||||
### TOTP
|
||||
@ -42,25 +42,25 @@ TOTP 是广泛使用的 2FA 方式,因此在 RustDesk Server Pro 的 web conso
|
||||
|
||||
当设置页显示 "Enable 2FA" 的按钮时,说明 2FA 当前未开启。
|
||||
|
||||
![](./images/3-2fa-enable-1.png)
|
||||
![](/docs/en/self-host/rustdesk-server-pro/2fa/images/3-2fa-enable-1.png)
|
||||
|
||||
|
||||
点击按钮,弹出开启 2FA 的弹窗。
|
||||
|
||||
![](./images/3-2fa-enable-2.png)
|
||||
![](/docs/en/self-host/rustdesk-server-pro/2fa/images/3-2fa-enable-2.png)
|
||||
|
||||
|
||||
打开 authenticator app ,通过扫描二维码添加账户。
|
||||
|
||||
如果您不方便扫描二维码,您还可以直接输入此处的码。
|
||||
|
||||
![](./images/3-2fa-enable-3.png)
|
||||
![](/docs/en/self-host/rustdesk-server-pro/2fa/images/3-2fa-enable-3.png)
|
||||
|
||||
authenticator app 添加账户后,输入 authenticator app 中的验证码,即可开启 2FA。
|
||||
|
||||
2FA 开启成功后,RustDesk Server Pro 同时会绑定 6 个**备用码**。以便您无法使用 authenticator app 时,也能用这些**备用码**通过验证。
|
||||
|
||||
![](./images/3-2fa-enable-4.png)
|
||||
![](/docs/en/self-host/rustdesk-server-pro/2fa/images/3-2fa-enable-4.png)
|
||||
|
||||
|
||||
**注**:
|
||||
@ -72,32 +72,32 @@ authenticator app 添加账户后,输入 authenticator app 中的验证码,
|
||||
|
||||
开启 2FA 后,邮箱登录验证不再使用。我们会使用 2FA 登录验证。
|
||||
|
||||
![](./images/3-2fa-enable-login-5.png)
|
||||
![](/docs/en/self-host/rustdesk-server-pro/2fa/images/3-2fa-enable-login-5.png)
|
||||
|
||||
|
||||
登录时,会跳转验证页
|
||||
|
||||
![](./images/3-2fa-enable-login-6.png)
|
||||
![](/docs/en/self-host/rustdesk-server-pro/2fa/images/3-2fa-enable-login-6.png)
|
||||
|
||||
|
||||
#### 修改设置
|
||||
|
||||
开启 2FA 后,修改账户设置,需要额外的 2FA 验证。
|
||||
|
||||
![](./images/3-2fa-settings-1.png)
|
||||
![](/docs/en/self-host/rustdesk-server-pro/2fa/images/3-2fa-settings-1.png)
|
||||
|
||||
|
||||
![](./images/3-2fa-settings-2.png)
|
||||
![](/docs/en/self-host/rustdesk-server-pro/2fa/images/3-2fa-settings-2.png)
|
||||
|
||||
|
||||
#### 状态
|
||||
|
||||
2FA 一共有3个状态:未启用, 已启用 和 过期。
|
||||
|
||||
![](./images/3-2fa-state-not-enabled.png)
|
||||
![](/docs/en/self-host/rustdesk-server-pro/2fa/images/3-2fa-state-not-enabled.png)
|
||||
|
||||
![](./images/3-2fa-state-enabled.png)
|
||||
![](/docs/en/self-host/rustdesk-server-pro/2fa/images/3-2fa-state-enabled.png)
|
||||
|
||||
![](./images/3-2fa-state-expired.png)
|
||||
![](/docs/en/self-host/rustdesk-server-pro/2fa/images/3-2fa-state-expired.png)
|
||||
|
||||
**注**:2FA 显示过期后,仍然可以正常使用。只是 2FA 设置已有一段时间未改变(默认180天)。为安全起见,我们建议重新启用 2FA ,已更新 2FA 数据。
|
||||
|
Loading…
Reference in New Issue
Block a user