The following warnings occurred:
Warning [2] Undefined variable $unreadreports - Line: 26 - File: global.php(961) : eval()'d code PHP 8.2.25 (Linux)
File Line Function
/global.php(961) : eval()'d code 26 errorHandler->error
/global.php 961 eval
/printthread.php 16 require_once
Warning [2] Undefined property: MyLanguage::$archive_pages - Line: 2 - File: printthread.php(287) : eval()'d code PHP 8.2.25 (Linux)
File Line Function
/printthread.php(287) : eval()'d code 2 errorHandler->error
/printthread.php 287 eval
/printthread.php 117 printthread_multipage



UserSpice
Status Update 007-008 - Printable Version

+- UserSpice (https://userspice.com/forums)
+-- Forum: Support Center (https://userspice.com/forums/forumdisplay.php?fid=23)
+--- Forum: UserSpice 4.3 and Below (https://userspice.com/forums/forumdisplay.php?fid=26)
+--- Thread: Status Update 007-008 (/showthread.php?tid=691)

Pages: 1 2 3


Status Update 007-008 - Brandin - 08-26-2017

Never thought about that - thanks for pointing that out Karsen!


Status Update 007-008 - mudmin - 08-26-2017

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.


Status Update 007-008 - Brandin - 08-27-2017

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
and will email the password reset link if == 1.
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
(potential security flaw).


Status Update 007-008 - mudmin - 08-28-2017

When you say plain text password, you mean the vericode right?


Status Update 007-008 - Brandin - 08-28-2017

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"


Status Update 007-008 - mudmin - 08-28-2017

Ooooh. Ok. I missed that part. That sounds great!


Status Update 007-008 - Brandin - 08-29-2017

Heres the drop for cron manager:

http://www.aircentralized.com/alphacron.zip

SQL:
https://pastebin.com/9KbensmM


Status Update 007-008 - mudmin - 08-29-2017

I'm hoping to roll out your last few changes ASAP. Thanks so much for all your help!


Status Update 007-008 - Brandin - 08-29-2017

My pleasure - let me know what else you want worked on!


Status Update 007-008 - karsen - 08-29-2017

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.