08-30-2017, 11:29 AM
-need to run the SQL for Cron:
https://pastebin.com/9KbensmM
-need to put something somewhere about calling the cron job - maybe we can add this to the cron page in a danger box:
/users/cron/cron.php
-should update reAuth on user login
--I was doing this in my custom login script - but we can do this wherever you like - but it should only happen WHEN the user is logging in
-The deploy for permission level 1 and 2 and user number 1 was missed:
https://userspice.com/forums/topic/somet...#post-5612
-admin_verify.php is private but not assigned to a level
-USER_DEV_OPTION needs to be defined on admin_user.php: ~ Lines 268-284
Other than that - everything is good!
https://pastebin.com/9KbensmM
-need to put something somewhere about calling the cron job - maybe we can add this to the cron page in a danger box:
/users/cron/cron.php
-should update reAuth on user login
--I was doing this in my custom login script - but we can do this wherever you like - but it should only happen WHEN the user is logging in
Code:
$db->query("UPDATE users SET last_confirm = ? WHERE id = ?",array($current,$id));
https://userspice.com/forums/topic/somet...#post-5612
-admin_verify.php is private but not assigned to a level
-USER_DEV_OPTION needs to be defined on admin_user.php:
Code:
User is {3bc1fe685386cc4c3ab89a3f76566d8931e181ad17f08aed9ad73b30bf28114d}m1{3bc1fe685386cc4c3ab89a3f76566d8931e181ad17f08aed9ad73b30bf28114d} a dev user
Other than that - everything is good!