I am trying to reset my password (found that it is possible with /reset_password url) but getting the traceback:
Traceback (most recent call last): File "/home2/turbogears/lib/python2.4/trac/web/main.py", line 356, in dispatch_request dispatcher.dispatch(req) File "/home2/turbogears/lib/python2.4/trac/web/main.py", line 224, in dispatch resp = chosen_handler.process_request(req) File "build/bdist.linux-i686/egg/acct_mgr/web_ui.py", line 156, in process_request File "build/bdist.linux-i686/egg/acct_mgr/web_ui.py", line 194, in _do_reset_password File "build/bdist.linux-i686/egg/acct_mgr/web_ui.py", line 108, in notify File "/home2/turbogears/lib/python2.4/trac/notification.py", line 208, in notify Notify.notify(self, resid) File "/home2/turbogears/lib/python2.4/trac/notification.py", line 106, in notify self.begin_send() File "/home2/turbogears/lib/python2.4/trac/notification.py", line 270, in begin_send self.server = smtplib.SMTP(self.smtp_server, self.smtp_port) File "/usr/local/lib/python2.4/smtplib.py", line 244, in __init__ (code, msg) = self.connect(host, port) File "/usr/local/lib/python2.4/smtplib.py", line 310, in connect raise socket.error, msg error: (111, 'Connection refused') --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/turbogears?hl=en -~----------~----~----~----~------~----~------~--~---

