06-08-2018, 02:21 AM
This is not a local install, it is online and in production
There was one line not commented in usersc/scripts/custom_login_script.php. But when I commented it out I get the same results.
The only reference to account.php in the admin-users.php page is line 63. I changed it to go to admin-users.php but no luck. It was a longshot but worth a 2-minute test.
There was one line not commented in usersc/scripts/custom_login_script.php. But when I commented it out I get the same results.
Code:
Redirect::to($us_url_root.'users/account.php');
The only reference to account.php in the admin-users.php page is line 63. I changed it to go to admin-users.php but no luck. It was a longshot but worth a 2-minute test.
Code:
Redirect::to('admin_users.php?err=You+are+now+cloaked!');