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' => '上传警告到期,被系统禁用.',
'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), 被系统禁用.',
];