08-26-2017, 08:28 PM
Never thought about that - thanks for pointing that out Karsen!
The following warnings occurred: | ||||||||||||
Warning [2] Undefined variable $unreadreports - Line: 26 - File: global.php(961) : eval()'d code PHP 8.1.2-1ubuntu2.18 (Linux)
|
Status Update 007-008
|
08-26-2017, 08:28 PM
Never thought about that - thanks for pointing that out Karsen!
08-26-2017, 10:42 PM
I'd be down for invisible recaptcha. I think it's been out long enough to give it a whirl.
BTW, I'll share my todo list for all the things in the works in case anyone is interested.
08-27-2017, 08:22 PM
This will do everything above (except invisible recapatcha) plus the following:
http://aircentralized.com/us4alpha4dump.zip You still need to do SQL: http://pasted.co/ce863474 2017-08-27 -Updated admin_users.php - added vericode rand, added email, lock when force_pr == 1 -Updated admin_user.php - added admin password reset email -Added views/_email_adminUser.php -Added views/_email_adminPwReset.php -Updated user_settings.php - added vericode rand -Updated login.php - added redirect when user is logged in Users will now be emailed if you check the email user from admin_users.php - checked by default. It will email the plain text password if Code: $settings->force_pr == 0 All of these password functions now change the vericode (it did on some but not all) and admin_users.php provides a random vericode now compared to previously would be Code: 111111
08-28-2017, 11:45 AM
When you say plain text password, you mean the vericode right?
08-28-2017, 11:48 AM
Not if force_pr is disabled.
If force_pr is disabled - it emails the user their password set by the admin. If you want we can remove this and put "Set By Administrator"
08-28-2017, 11:58 AM
Ooooh. Ok. I missed that part. That sounds great!
08-29-2017, 12:11 PM
Heres the drop for cron manager:
http://www.aircentralized.com/alphacron.zip SQL: https://pastebin.com/9KbensmM
08-29-2017, 01:18 PM
I'm hoping to roll out your last few changes ASAP. Thanks so much for all your help!
08-29-2017, 02:24 PM
My pleasure - let me know what else you want worked on!
08-29-2017, 06:16 PM
Is 009 close to ready? I have an easy notifications system (similar Facebook notifications) I'd like to add in while testing the newest changes.
|