Modify

Opened 17 years ago

Closed 16 years ago

Last modified 16 years ago

#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:

  1. delete a user who has name or email address set
  2. register the same user name: trac complains that the user already exists
  3. delete the session and session_attribute rows for that user
  4. register the same user name: trac allows creating the user

Attachments (2)

delete.session_attributes.and.permissions.patch (832 bytes) - added by Pedro Algarvio, aka, s0undt3ch 16 years ago.
Patch for trac 0.11 revision 7087 and plugin revision [3706]
delete_session_attributes_and_permissions.patch (910 bytes) - added by Pedro Algarvio, aka, s0undt3ch 16 years ago.

Download all attachments as: .zip

Change History (9)

comment:1 Changed 17 years ago by rupert thurner

maybe #855 is also related to this.

comment:2 Changed 17 years ago by rupert thurner

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 17 years ago by Alec Thomas

Component: TracHacksAccountManagerPlugin
Owner: changed from Alec Thomas to Matt Good

Correcting component.

comment:4 Changed 17 years ago by rupert thurner

#1444 marked as dup

comment:5 Changed 17 years ago by rupert thurner

#1127 marked as dup

Changed 16 years ago by Pedro Algarvio, aka, s0undt3ch

Patch for trac 0.11 revision 7087 and plugin revision [3706]

Changed 16 years ago by Pedro Algarvio, aka, s0undt3ch

comment:6 Changed 16 years ago by John Hampton

Resolution: fixed
Status: newclosed

(In [3726]) Delete user session data and permissions. Closes #1113

comment:7 Changed 16 years ago by John Hampton

(In [3729]) Forgot call to commit(). Really fixes #1113

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.