Modify ↓
Opened 15 years ago
Closed 15 years ago
#5911 closed defect (duplicate)
Announcer breaks AccountManager Plugin
Reported by: | anonymous | Owned by: | Robert Corsaro |
---|---|---|---|
Priority: | normal | Component: | AnnouncerPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description
Renaming the [notification] to [announcer] in trac.ini breaks email verification part of the AccountManager plugin. User never receives token to validate since no notification option. Having both settings, [notification] and [announcer], will sent a ticket to the owner (or reporter) twice. Any suggestion would be appreciated.
Attachments (0)
Change History (4)
comment:1 Changed 15 years ago by
comment:2 Changed 15 years ago by
Basically, the AccountManagers notification.py file needs to be ported to the announcer api.
comment:4 Changed 15 years ago by
Resolution: | → duplicate |
---|---|
Status: | new → closed |
I'm marking this as duplicate of 4781 because it is the same. ty. #4781
Note: See
TracTickets for help on using
tickets.
I disabled trac.ticket.notification and Announcer handles ticket notification. Then I disabled Announcers Wiki Notification and let Trac core handle this because you can't see peoples watchlist. There is a third plugin named "watchlist". But this has drawbacks too.