mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-05-16 13:17:32 +08:00
physical delete acount write to ban log
This commit is contained in:
@@ -7,4 +7,5 @@ return [
|
||||
'disable_user_no_transfer_alt_register_time' => '封禁非活跃的无流量账号,由注册时间时间断定.',
|
||||
'disable_user_not_parked' => '定时封禁未挂起的非活跃账号.',
|
||||
'disable_user_parked' => '定时封禁已挂起的非活跃账号.',
|
||||
'destroy_disabled_account' => '定时物理删除已封禁账号',
|
||||
];
|
||||
|
||||
@@ -27,4 +27,6 @@ return [
|
||||
\App\Models\User::CLASS_STAFF_LEADER => '主管',
|
||||
],
|
||||
'change_username_lte_min_interval' => '上次修改时间::last_change_time,未满足最小间隔::interval 天',
|
||||
'destroy_by_admin' => '被管理员物理删除',
|
||||
'disable_by_admin' => '被管理員封禁',
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user