Google Authenticator

This commit is contained in:
xiaomlove
2021-06-10 21:07:20 +08:00
parent 37e0d74bae
commit 3bb15d6a41
17 changed files with 339 additions and 23 deletions
+2
View File
@@ -32,5 +32,7 @@ $lang_login = array
'submit_clear' => "清空",
'text_select_lang' => "Select Site Language: ",
'head_login' => "登录",
'rowhead_two_step_code' => '两步验证',
'two_step_code_tooltip' => '如有设置必须填写',
);
?>
+2
View File
@@ -6,6 +6,8 @@ $lang_takelogin = array
'std_login_fail' => "登录失败!",
'std_account_disabled' => "该账号已被禁用。",
'std_user_account_unconfirmed' => "该账户还未通过验证。如果你没有收到验证邮件,试试<a href='confirm_resend.php'><b>重新发送验证邮件</b></a>。",
'std_require_two_step_code' => '需要两步验证 code',
'std_invalid_two_step_code' => '两步验证 code 无效',
);
?>
+6 -1
View File
@@ -245,7 +245,12 @@ $lang_usercp = array
'text_show_advertisement_note' => "我想看到广告",
'row_promotion_link' => "宣传链接",
'text_update_promotion_link' => "更新宣传链接",
'text_read_more' => "了解更多"
'text_read_more' => "了解更多",
'row_two_step_secret' => '两步验证',
'text_two_step_secret_bind_by_qrdoe_note' => '你可以使用 Google Authenticator 或 Authy 扫描左侧二维码<br/><br/>如果左侧二维码没有加载成功,可以尝试打开此链接进行加载:',
'text_two_step_secret_bind_manually_note' => '或者在 APP 中手动输入以下 Key',
'text_two_step_secret_bind_complete_note' => '输入 code 完成两步验证',
'text_two_step_secret_unbind_note' => '输入 code 取消两步验证',
);
?>