id,summary,reporter,owner,description,type,status,priority,component,severity,resolution,keywords,cc,release 7013,r7731 breaks password reset notification,anonymous,Matt Good,"After updating from r7730 to r7731, I was no longer able to receive password reset notifications via SMTP to my email address. r7730 works fine, I just tested it :) Here is what I did: * enabled Trac logging to file * updated to accountmanager-r7730 * easy_install * reset password using the web interface (Login -> ""Forgot your password?"") * found a password reset notification in my mailbox, and the Trac logfile said: {{{ 2010-04-21 19:04:55,869 Trac[notification] INFO: Sending SMTP notification to localhost:25 to [u'example@example.org'] 2010-04-21 19:04:55,881 Trac[notification] WARNING: sendmail from: ""Trac"" to [u'example@example.org'] 2010-04-21 19:04:56,149 Trac[api] INFO: Updated password for user: rohieb }}} (of course, example.org was in fact my domain name ;-)) * updated to accountmanager-r7731 * easy_install * reset password using the web interface (Login -> ""Forgot your password?"") * found no mail in my mailbox, but also no lines from Trac[notification] in the logfile, although the same line from Trac[api] existed. Obviously, the handlers in Trac[notification] are not called, but my password is reset! I am not a very good Python/Trac hacker, but I may be able to create a patch if I have the time. ",defect,closed,normal,AccountManagerPlugin,major,duplicate,regression,rohieb@…,0.11