Modify ↓
Opened 18 years ago
Closed 18 years ago
#601 closed defect (fixed)
if user permissions have been added externally via 'trac-admin' then AccountManager will not allow you to create that user
Reported by: | anonymous | Owned by: | Matt Good |
---|---|---|---|
Priority: | normal | Component: | AccountManagerPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.10 |
Description
if user permissions have been added externally via 'trac-admin projpath permission user add perm' then that user exists already even though they cannot login and AccountManager does not allow you to create the user (gives a User Already Exists error).
I found that if I used WebAdmin->Permissions to delete the permissions for that user, then AccountManager allowed me to add the user
Attachments (0)
Change History (2)
comment:1 Changed 18 years ago by
Status: | new → assigned |
---|
comment:2 Changed 18 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
In order to address #155, creating users that had existing permissions was disallowed. I guess this behavior should be kept for users registering their own accounts, but this test can be skipped when an administrator is adding an account.