everyvote/everyvote_mini

add 'reset password' to login page

Closed this issue · 2 comments

add 'reset password' to login page

I'm really unsure how to do this so far...I can't find anything in the django-registration documentation about this, and it seems like an essential/common feature that django-registration would support...

https://bitbucket.org/ubernostrum/django-registration/

Reset password has been added to login.html. It works, you can reset your password via email, however the "Password successfully changed" screen does not display, but instead throws this error:

NoReverseMatch at /accounts/reset/done/
Reverse for 'login' with arguments '()' and keyword arguments '{}' not found.

I'm not sure why this is happening or how to change it.