Modify ↓
Opened 10 years ago
Last modified 7 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 10 years ago by
Description: | modified (diff) |
---|---|
Summary: | Include change author in user deleted notifications → Include change author in account change notifications |
comment:2 Changed 8 years ago by
Owner: | Steffen Hoffmann deleted |
---|
comment:3 Changed 7 years ago by
Several changes will be needed:
- Add
author
parameter to AccountManager.delete_user. - Pass
author
when calling AccountManager.delete_user. - Add
author
parameter to IAccountChangeListener.user_deleted. - Pass
author
to notify, modify notify and modify template.
Note: See
TracTickets for help on using
tickets.
... or <user> deleted by <author>.