mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-23 19:37:23 +08:00
[admin] remove two-step authentication
This commit is contained in:
@@ -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 無效',
|
||||
);
|
||||
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user