Password recovery

2011-06-20 Thread rfs
I'm running ReviewBoard 1.5.5 and recently discovered that the "Recover Password" feature is not working. After entering the email address and submitting the form, I get "Something Broke! (Error 500)". Looking at the apache error log shows: ERROR:root:Exception thrown for user AnonymousUser at h

Re: Password recovery

2011-06-20 Thread Christian Hammond
That setting needs to be set in your site's conf/settings_local.py, and the web server restarted. If you modified global_settings.py, you should probably change it back. If that still doesn't work, let me know, and we'll dig deeper. Christian -- Christian Hammond - chip...@chipx86.com Review Bo

Re: Password recovery

2011-06-20 Thread rfs
Thanks for the quick response. I've restored global_settings.py and have made the change as you suggested in my site's conf/settings_local.py. There was no DEFAULT_FROM_EMAIL so I added it there. Restarted web server and memcached, still getting the same error. SMTPSenderRefused: (504, 'Need Fully

Re: Password recovery

2011-08-25 Thread NIck
It does not appear the issue was resolved. I'm experiencing the exact same problem. I'm running Review Board 1.5.5 on CentOS 6. The rest of the system is working perfectly (thanks!). [root@reviewboard conf]# grep DEFAULT_FROM /usr/lib/python2.6/site-packages/Django-1.3-py2.6.egg/django/conf/

Re: Password recovery

2011-08-25 Thread David Trowbridge
Make sure to change the "sender e-mail address" field in Admin > Settings > E-Mail. -David On Thu, Aug 25, 2011 at 3:41 PM, NIck wrote: > It does not appear the issue was resolved. I'm experiencing the exact same > problem. I'm running Review Board 1.5.5 on CentOS 6. The rest of the > syste

Re: Password recovery

2011-08-25 Thread Nick Popoff
Is this a new feature of 1.5.6 or 1.6 RC 2? In 1.5.5 I only see the following fields on that screen: Mail Server, Port, Username, Password. I'm happy to upgrade if that resolves it. Thanks for the quick reply. On Thu, Aug 25, 2011 at 3:55 PM, David Trowbridge wrote: > Make sure to change the "

Re: Password recovery

2011-08-25 Thread Christian Hammond
This is a 1.6 feature. It should be safe to use the latest 1.6 nightly. Barring any major bugs, we're frozen for 1.6, focusing on docs. Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.reviewboard.org VMware, Inc. - http://www.vmware.com On Thu, Aug 25, 2011 at 3: