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' => 'Banned by system because of leech warning expired.',
'delete_user_unconfirmed' => 'Delete by system because of unconfired excess deadline.',
'delete_user_no_transfer_alt_last_access_time' => 'Delete inactive user accounts, no transfer. Alt: last access time.',
'delete_user_no_transfer_alt_last_register_time' => 'Delete inactive user accounts, no transfer. Alt: register time.',
'delete_user_not_parked' => 'Delete inactive user accounts, not parked.',
'delete_user_parked' => 'Delete inactive user accounts, parked.',
];