mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 05:02:21 +00:00
Add function to delete users that have not verified their accounts for 3 or more days
This commit is contained in:
@@ -60,6 +60,7 @@ class UserController extends BasePageController
|
||||
);
|
||||
|
||||
User::updateExpiredRoles();
|
||||
User::deleteUnVerified();
|
||||
|
||||
foreach ($ordering as $orderType) {
|
||||
$this->smarty->assign('orderby'.$orderType, WWW_TOP.'user-list?ob='.$orderType);
|
||||
|
||||
Reference in New Issue
Block a user