mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 20:17:24 +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 inactive user accounts, no transfer. Alt: register time.',
|
||||
'disable_user_not_parked' => 'Disable inactive user accounts, not parked.',
|
||||
'disable_user_parked' => 'Disable inactive user accounts, parked.',
|
||||
'destroy_disabled_account' => 'Timed physical deletion of disabled accounts',
|
||||
];
|
||||
|
||||
@@ -27,4 +27,6 @@ return [
|
||||
\App\Models\User::CLASS_STAFF_LEADER => 'Staff Leader',
|
||||
],
|
||||
'change_username_lte_min_interval' => 'Last change time: :last_change_time, unmet minimum interval: :interval days',
|
||||
'destroy_by_admin' => 'Physical delete by administrator',
|
||||
'disable_by_admin' => 'Disable by administrator',
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user