Opened 18 years ago
Closed 14 years ago
#1382 closed enhancement (fixed)
[patch] Make "Delete Account" function on "My Account" page optional
Reported by: | Bryan | Owned by: | Steffen Hoffmann |
---|---|---|---|
Priority: | normal | Component: | AccountManagerPlugin |
Severity: | normal | Keywords: | needinfo user account redirect |
Cc: | seva_fwd@…, Thijs Triemstra | Trac Release: | 0.10 |
Description
I'd find it useful be able to specify an option in trac.ini to prevent users from deleting their own accounts.
Attachments (1)
Change History (8)
comment:1 Changed 16 years ago by
Cc: | seva_fwd@… added; anonymous removed |
---|
comment:2 Changed 16 years ago by
Changed 16 years ago by
Attachment: | accountmanager.patch added |
---|
comment:4 Changed 15 years ago by
Cc: | Thijs Triemstra added |
---|---|
Summary: | Give option remove "Delete Account" function from "My Account" page → Make "Delete Account" function on "My Account" page optional |
Renaming ticket to give it a better title.
comment:5 Changed 14 years ago by
Keywords: | user account redirect added |
---|---|
Owner: | changed from Matt Good to Steffen Hoffmann |
Summary: | Make "Delete Account" function on "My Account" page optional → [patch] Make "Delete Account" function on "My Account" page optional |
comment:6 Changed 14 years ago by
Keywords: | needinfo added |
---|---|
Status: | new → assigned |
The remaining patch content about making user driven account deletion optional looks good. I'll give it a try and adapt to current trunk code.
Thank you for taking care and providing a patch despite of no maintainer reaction for a long time.
Q.: If I'll implement this in trunk to prepare for 0.11 branch, is a backport to 0.10 still required? After all, Trac is stable at 0.12.1 now, and I suggest upgrading ASAP, since it introduced multi-repository capabilities, full i18n support and more.
comment:7 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
(In [9287]) AccountManagerPlugin: Add option to disable users to delete their own account, closes #1382.
More probably it should be a permission check.