freedomsponsors/www.freedomsponsors.org

password reset is broken

Closed this issue · 5 comments

since migration to Django 1.6, password reset functionality is broken. I spent a little time trying to fix ot but still no luck.

Just made a local test with latest codes (up to 0246c84), and I was able to reset password successfully. Could it be caused by Python package installation issue on the server?

This is my 'pip freeze' results:

Django==1.6.5
Pillow==2.2.1
Pygments==1.5
South==0.7.5
Unipath==0.2.1
argparse==1.2.1
bitcoin-python==0.3
coverage==3.6b1
dj-database-url==0.2.1
django-emailmgr==1.0
django-mailer==0.2a1
django-nose==1.1
django-pagination==1.0.7
django-registration==1.0
django-social-auth==0.7.28
freeze==0.8.0
httplib2==0.7.7
misaka==1.0.2
mock==1.0.1
nose==1.3.3
oauth2==1.5.211
paypalx==0.1
psycopg2==2.4.5
python-dateutil==2.1
python-openid==2.2.5
python-termstyle==0.1.10
rednose==0.3
requests==0.14.1
selenium==2.41.0
simplejson==2.6.2
six==1.2.0
splinter==0.5.4
wsgiref==0.1.2

Weird!!
I have "kaboomed" the production virtualenv and recreated it from scratch with python bootstrap
Still seeing 500s in production and similar errors in my local env.
Weird...

Will do some more investigation tomorrow.

ok... now it works :P