2021-05-13 21:31:09 +08:00
|
|
|
<?php
|
|
|
|
|
|
|
|
|
|
return [
|
|
|
|
|
'ban_user_with_leech_warning_expired' => 'Banned by system because of leech warning expired.',
|
2022-10-16 04:52:44 +08:00
|
|
|
'disable_user_unconfirmed' => 'Disable by system because of unconfirmed excess deadline.',
|
|
|
|
|
'disable_user_no_transfer_alt_last_access_time' => 'Disable inactive user accounts, no transfer. Alt: last access time.',
|
|
|
|
|
'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.',
|
2022-10-23 18:26:03 +08:00
|
|
|
'destroy_disabled_account' => 'Timed physical deletion of disabled accounts',
|
2021-05-13 21:31:09 +08:00
|
|
|
];
|