{include file="public/header"}
{if condition="$setting.totp_enabled"}
TOTP 二次验证已开启。登录时必须输入6位动态码。
{else/}
1. 在 Google Authenticator、Microsoft Authenticator 等应用中选择“输入设置密钥”。
2. 账户名填写 {$setting.adname},类型选择“基于时间”。
3. 输入下方密钥,再用生成的6位动态码完成绑定。
{$totp_setup_secret}
显示 otpauth 配置地址
{$totp_uri}
{/if}