Home » Authentication » LiveUser » Bug #2126
Could not get the is_active,owner_user(group)_id properties using SearchUsers()
Details
| Submitted | 2004-08-15 14:52 UTC |
|---|---|
| From | liveuser at mail dot ru |
| Status | No Feedback |
| Package | LiveUser |
| PHP Version | 4.3.3 |
| OS | All |
| Roadmaps | (Not assigned) |
Comments
[2004-08-15 14:52 UTC] liveuser at mail dot ru
Description:
------------
When trying to get the is_active, owner_user_id, owner_group_id and lastlogin properties of the user using $admin->SearchUsers() I can get only properties that were assigned in $config['auth']['authContainers']['authTableCols'] as required or custom properties, but these could be optional only, because if I declare them as required or custom I could not update them when trying to add users using addUser() or update them using updateUser() method. If I declare them both required and optional I also get error messages because LiveUser trying to add these properties twice in sql query.
[2004-08-28 15:40 UTC] smith at backendmedia dot com
hmm there was an error in the Admin/Auth/Container/DB.php in the getUsers() method which might cause issues if you have a lastlogin optional property set. not sure if this solves your issue.
[2004-10-11 11:33 UTC] smith at backendmedia dot com
No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Open". Thank you.