Home » Authentication » LiveUser » Bug #418
addUser() and updateUser() don't set owner_user_id or owner_group_id
Details
| Submitted | 2003-12-12 22:57 UTC |
|---|---|
| From | kipaten21 at hotmail dot com |
| Assigned | lsmith |
| Status | Closed |
| Package | LiveUser |
| PHP Version | Irrelevant |
| OS | ANY |
| Roadmaps | (Not assigned) |
Comments
[2003-12-12 22:57 UTC] kipaten21 at hotmail dot com
Description:
------------
The methods
LiveUser_Admin_Auth_Container_DB::addUser()
LiveUser_Admin_Auth_Container_DB::updateUser()
don't set the owner_user_id and owner_group_id fields in LIVEUSER_USERS table.
Suggest modifying those methods to accept those fields as arguments and include in query. Also suggest modifing LiveUser_Admin_Auth_Container_DB::getUsers() to return those two fields in the result set.