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 Matt Good

Status: newassigned

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.

comment:2 Changed 18 years ago by Matt Good

Resolution: fixed
Status: assignedclosed

(In [1127]) skip permission check when admin creates a new account (fixes #601)

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Matt Good.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.