Add function to delete users that have not verified their accounts for 3 or more days

This commit is contained in:
DariusIII
2018-06-20 12:43:11 +02:00
parent 1db9665a05
commit 12486ae75e
4 changed files with 22 additions and 3 deletions
@@ -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);