Anonymous | Login | 2024-11-21 01:51 MST |
Main | My View | View Issues | Change Log | Roadmap | Repositories |
View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
0000067 | ClearOS | app-users - User Manager | public | 2010-03-30 09:08 | 2010-10-06 16:10 | ||||
Reporter | user2 | ||||||||
Assigned To | user2 | ||||||||
Priority | normal | Severity | minor | Reproducibility | have not tried | ||||
Status | closed | Resolution | fixed | ||||||
Platform | OS | OS Version | |||||||
Product Version | |||||||||
Target Version | Fixed in Version | 5.2 | |||||||
Summary | 0000067: Membership to domain_users is lost when changing first or last name | ||||||||
Description | Steps to reproduce: 1) Create a new user, defining only the first and last name, e.g. "First Last". 2) On the command line, verify domain_users group membership: # id firstlast uid=1003(firstlast) gid=400(allusers) groups=400(allusers),1000513(domain_users) 3) In the web interface, change the first name to "Firstname". 4) On the command line again, check the group membership: # id firstlast uid=1003(firstlast) gid=400(allusers) groups=400(allusers) The user is no longer a member of the domain_users group | ||||||||
Tags | No tags attached. | ||||||||
Attached Files | |||||||||
Notes | |
(0000064) user2 2010-03-30 09:45 |
Source Code Changelog --------------------------------------------------- - Fixed missing membership handling for hidden groups [fixed tracker 0000067] File Changes --------------------------------------------------- U legacy/webconfig/branches/5.1/api/GroupManager.class.php |
(0000065) user2 2010-03-30 09:51 |
Source Code Changelog --------------------------------------------------- - Fixed missing membership handling for hidden groups [tracker 0000067] File Changes --------------------------------------------------- U legacy/webconfig/trunk/api/GroupManager.class.php |