When manually adding a user successfully I am logged out as my user and logged in as the newly created one. I would prefer to stay logged in as my admin users and stay on the admin_users.php page.
Is what I am seeing the designed workflow? Can I stay logged in and go back to the admin users list?
This isn't by design that @mudmin and I know about...we however have both saw this before. I'm assuming this is happening on localhost?
Brandin.
IIRC there is something in the custom login scripts that is doing that. Try commenting out everything in usersc/scripts/custom_login_script.php and see what happens.
It would need to be some action that occurs during the post-so check everything that happens during the POST on admin_users.php.
I think I found the file that was causing this behavior. I restored this file from the full download of the master version and the behavior is gone.
/usersc/script/custom_login_script.php
Thanks for your responses.