We are having an issue where new users we are adding are showing up with a blank status and we are not able to change it. wany suggestions ?
Version 4.5.0f (Build 1202)
thanks
JEremy
We are having an issue where new users we are adding are showing up with a blank status and we are not able to change it. wany suggestions ?
Version 4.5.0f (Build 1202)
thanks
JEremy
JEremy,Originally Posted by portplus
Did you tried to edit the user information from the Admin panel? You can change the status from Admin>User Management>User to be edited>Edit
Try it once.
HTH.
Regards,
Actually, I had a problem when I create a new user. The status for the newly-created user is not saved.
To fix this problem, I modified 'modules/Users/Save.php' as follows:
- Search for the line: $focus->save();
- Add the following new line before the above line : $focus->status = $_POST['status'];
This stores the 'status' in the database, and your problem would be solved.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks