Modify ↓
#147 closed enhancement (fixed)
Send notification of new account registration to TRAC-ADMINs
| Reported by: | Markus Tacker | Owned by: | Matt Good |
|---|---|---|---|
| Priority: | low | Component: | AccountManagerPlugin |
| Severity: | normal | Keywords: | |
| Cc: | Gunnar Wagenknecht | Trac Release: | 0.11 |
Description
Send to all users with TRAC-ADMIN right or to a specific email address.
Attachments (2)
Change History (10)
comment:1 Changed 19 years ago by
| Cc: | Gunnar Wagenknecht added; anonymous removed |
|---|---|
| Trac Release: | → 0.8 |
comment:2 Changed 19 years ago by
| Priority: | normal → low |
|---|
comment:3 Changed 19 years ago by
| Trac Release: | 0.8 → 0.9 |
|---|
comment:5 Changed 19 years ago by
Replying to anonymous:
Registration Module is not usable
How is that related to this ticket? If you have an issue please open a new ticket with sufficient information to understand the problem you're encountering.
Changed 18 years ago by
| Attachment: | account.changes.notification.trac-0.11.diff added |
|---|
Here's a patch which implements this ticket for trac 0.11
comment:6 Changed 18 years ago by
I hope the above patch get's included, not that much work, but an added feature to this already great plugin.
Changed 17 years ago by
| Attachment: | account_changes_notifications.patch added |
|---|
comment:7 Changed 17 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
(In [3734]) Version bump to 0.2.1
New Features:
- Email notification of account releated events. Currently will notify a specified list of email address on account addition, accoutn deletion, and password change events. The events and recipients are configurable via the Admin interface. Notification is off by default. Closes #147
Note: See
TracTickets for help on using
tickets.



This can be done using the
IAccountChangeListenerinterface added in r131, but I probably won't get around to it unless someone adds a patch. I would probably just keep it as an option in trac.ini for a list of email addresses.