add user ban log from cleanup.php

This commit is contained in:
xiaomlove
2021-05-13 21:31:09 +08:00
parent 174fd2f180
commit 8963058463
20 changed files with 250 additions and 42 deletions
+1
View File
@@ -11,6 +11,7 @@ $lang_login = array
'p_remaining_tries' => "次尝试机会",
'p_no_account_signup' => "还没有账号? 马上<a href=\"signup.php\"><b>注册</b></a>",
'p_forget_pass_recover' => "忘记了密码? 通过<a href=\"recover.php\"><b>邮件</b></a>来找回密码",
'p_account_banned' => "账号被禁用? 通过<a href=\"user-ban-log.php\"><b>封禁记录</b></a>查看原因",
'p_resend_confirm' => "没有收到验证邮件或验证链接无法打开? <a href=\"confirm_resend.php\"><b>重新发送验证邮件</b></a>",
'rowhead_username' => "用户名:",
'rowhead_password' => "密码:",
+1
View File
@@ -11,6 +11,7 @@ $lang_login = array
'p_remaining_tries' => "次嘗試機會",
'p_no_account_signup' => "還沒有帳號? 馬上<a href=\"signup.php\"><b>註冊</b></a>",
'p_forget_pass_recover' => "忘記了密碼? 通過<a href=\"recover.php\"><b>郵件</b></a>來找回密碼",
'p_account_banned' => "賬號被禁用? 通過<a href=\"user-ban-log.php\"><b>封禁記錄</b></a>查看原因",
'p_resend_confirm' => "沒有收到驗證郵件或驗證鏈結無法打開? <a href=\"confirm_resend.php\"><b>重新發送驗證郵件</b></a>",
'rowhead_username' => "用戶名:",
'rowhead_password' => "密碼:",
+1
View File
@@ -11,6 +11,7 @@ $lang_login = array
'p_remaining_tries' => "remaining tries.",
'p_no_account_signup' => "Don't have an account? <a href=\"signup.php\"><b>Sign up</b></a> right now!",
'p_forget_pass_recover' => "Forget your password? Recover your password <a href=\"recover.php\"><b>via email</b></a>",
'p_account_banned' => "Account banned? view reason on<a href=\"user-ban-log.php\"><b>user ban log</b></a>",
'p_resend_confirm' => "Did not receive confirmation mail or confirmation link is broken? <a href=\"confirm_resend.php\"><b>Send confirmation mail again</b></a>",
'rowhead_username' => "Username:",
'rowhead_password' => "Password:",