Modify ↓
#1113 closed defect (fixed)
account delete, and register again does not work
Reported by: | rupert thurner | Owned by: | Matt Good |
---|---|---|---|
Priority: | high | Component: | AccountManagerPlugin |
Severity: | minor | Keywords: | |
Cc: | Trac Release: | 0.10 |
Description
this happens only if a user has set his name and email address.
szenario:
- delete a user who has name or email address set
- register the same user name: trac complains that the user already exists
- delete the session and session_attribute rows for that user
- register the same user name: trac allows creating the user
Attachments (2)
Change History (9)
comment:1 Changed 18 years ago by
comment:2 Changed 18 years ago by
deleteing an account also does not remove permissions granted on the user. creation of the user seems to require that no permissions are there for that username.
comment:3 Changed 18 years ago by
Component: | TracHacks → AccountManagerPlugin |
---|---|
Owner: | changed from Alec Thomas to Matt Good |
Correcting component.
Changed 17 years ago by
Attachment: | delete.session_attributes.and.permissions.patch added |
---|
Patch for trac 0.11 revision 7087 and plugin revision [3706]
Changed 17 years ago by
Attachment: | delete_session_attributes_and_permissions.patch added |
---|
comment:6 Changed 17 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
maybe #855 is also related to this.