OpenTreeMap / otm-core

OpenTreeMap is a collaborative platform for crowdsourced tree inventory, ecosystem services calculations, urban forestry analysis, and community engagement.
www.opentreemap.org
Other
186 stars 88 forks source link

Fix password rest done routing error #3179

Closed jwalgran closed 7 years ago

jwalgran commented 7 years ago

The reverse name of the URL to be loaded after a successful password reset request is auth_password_reset_done. The base PasswordResetView from django.contrib.auth hard codes the reverse name password_reset_done that we must override.


Testing

After submitting a password reset request you should be successfully redirected to /accounts/password/reset/done/


Connects to #3178