mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-05-17 22:07:37 +08:00
add user ban log from cleanup.php
This commit is contained in:
@@ -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' => '定时删除已挂起的非活跃账号.',
|
||||
];
|
||||
@@ -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), 被系统禁用.',
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user