Modify ↓
#62 closed enhancement (fixed)
An IAccountChangeListener extension point to AccountManagerPlugin
Reported by: | Alec Thomas | Owned by: | Matt Good |
---|---|---|---|
Priority: | normal | Component: | AccountManagerPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: |
Description (last modified by )
TracHacks has a requirement to hook into the user creation/destruction process. On creation of a user it constructs a default user page and on destruction all SVN permissions are cleaned up.
This patch implements an extension point that allows for this. I had to eradicate the DispatchProperty, mostly because I didn't follow what it was doing :)
Please consider for integration.
Attachments (1)
Change History (5)
Changed 19 years ago by
Attachment: | act_mgr_listener.diff added |
---|
comment:1 Changed 19 years ago by
Description: | modified (diff) |
---|
comment:2 Changed 19 years ago by
Type: | defect → enhancement |
---|
comment:3 Changed 19 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
I've added this in [131] with some changes to make it possible to differentiate between when an account is created or updated.
Note: See
TracTickets for help on using
tickets.
Implementation of IAccountChangeListener extension point