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
+10
View File
@@ -0,0 +1,10 @@
<?php
return [
'ban_user_with_leech_warning_expired' => 'Banned by system because of leech warning expired.',
'delete_user_unconfirmed' => 'Delete by system because of unconfired excess deadline.',
'delete_user_no_transfer_alt_last_access_time' => 'Delete inactive user accounts, no transfer. Alt: last access time.',
'delete_user_no_transfer_alt_last_register_time' => 'Delete inactive user accounts, no transfer. Alt: register time.',
'delete_user_not_parked' => 'Delete inactive user accounts, not parked.',
'delete_user_parked' => 'Delete inactive user accounts, parked.',
];
+1 -1
View File
@@ -18,5 +18,5 @@ return [
'checkout_not_pass_message_subject' => 'Exam not pass, and account is banned!',
'checkout_not_pass_message_content' => 'You did not complete the exam: :exam_name in time(:begin ~ :end), and your account has be banned!',
'ban_log_reason' => 'Not complete exam: :exam_name in time(:begin ~ :end)',
'ban_user_modcomment' => 'Due to not complete exam: :exam_name(:begin ~ :end), ban by system',
'ban_user_modcomment' => 'Due to not complete exam: :exam_name(:begin ~ :end), ban by system.',
];
+10
View File
@@ -0,0 +1,10 @@
<?php
return [
'ban_user_with_leech_warning_expired' => '上传警告到期,被系统禁用.',
'delete_user_unconfirmed' => '超时未确认,被系统删除.',
'delete_user_no_transfer_alt_last_access_time' => '删除非活跃账号,由最近访问时间断定.',
'delete_user_no_transfer_alt_last_register_time' => '删除非活跃账号,由注册时间时间断定.',
'delete_user_not_parked' => '定时删除未挂起的非活跃账号.',
'delete_user_parked' => '定时删除已挂起的非活跃账号.',
];
+1 -1
View File
@@ -18,5 +18,5 @@ return [
'checkout_not_pass_message_subject' => '考核未通过,账号被禁用!',
'checkout_not_pass_message_content' => '你在规定时间内(:begin ~ :end)未完成考核::exam_name,账号已被禁用。',
'ban_log_reason' => '未完成考核::exam_name(:begin ~ :end)',
'ban_user_modcomment' => '未完成考核: :exam_name(:begin ~ :end), 被系统禁用',
'ban_user_modcomment' => '未完成考核: :exam_name(:begin ~ :end), 被系统禁用.',
];
+10
View File
@@ -0,0 +1,10 @@
<?php
return [
'ban_user_with_leech_warning_expired' => '上傳警告到期,被系統禁用.',
'delete_user_unconfirmed' => '超時未確認,被系統刪除.',
'delete_user_no_transfer_alt_last_access_time' => '刪除非活躍賬號,由最近訪問時間斷定.',
'delete_user_no_transfer_alt_last_register_time' => '刪除非活躍賬號,由註冊時間時間斷定.',
'delete_user_not_parked' => '定時刪除未掛起的非活躍賬號.',
'delete_user_parked' => '定時刪除已掛起的非活躍賬號.',
];
+1 -1
View File
@@ -18,5 +18,5 @@ return [
'checkout_not_pass_message_subject' => '考核未通過,賬號被禁用!',
'checkout_not_pass_message_content' => '你在規定時間內(:begin ~ :end)未完成考核::exam_name,賬號已被禁用。',
'ban_log_reason' => '未完成考核::exam_name(:begin ~ :end)',
'ban_user_modcomment' => '未完成考核: :exam_name(:begin ~ :end), 被系統禁用',
'ban_user_modcomment' => '未完成考核: :exam_name(:begin ~ :end), 被系統禁用.',
];