Modify ↓
Opened 11 years ago
Last modified 8 years ago
#12077 new defect
Include change author in account change notifications
| Reported by: | Ryan J Ollos | Owned by: | |
|---|---|---|---|
| Priority: | normal | Component: | AccountManagerPlugin |
| Severity: | normal | Keywords: | |
| Cc: | Trac Release: |
Description (last modified by )
It would be useful to see the change author in the account change notifications. For example, in the case of deleting a user:
Deleted User for user <user>
-->
Deleted User for user <user> by <author>
Attachments (0)
Change History (4)
comment:1 Changed 11 years ago by
| Description: | modified (diff) |
|---|---|
| Summary: | Include change author in user deleted notifications → Include change author in account change notifications |
comment:2 Changed 9 years ago by
| Owner: | Steffen Hoffmann deleted |
|---|
comment:3 Changed 8 years ago by
Several changes will be needed:
- Add
authorparameter to AccountManager.delete_user. - Pass
authorwhen calling AccountManager.delete_user. - Add
authorparameter to IAccountChangeListener.user_deleted. - Pass
authorto notify, modify notify and modify template.
Note: See
TracTickets for help on using
tickets.



... or <user> deleted by <author>.