You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm running into an issue using django-rest-auth with angular-django-registration-auth. I'm using django 1.8.1 and am getting the following when I send request a password reset:
NoReverseMatch at /rest-auth/password/reset/
Reverse for 'password_reset_confirm' with arguments '()' and keyword arguments
the following line is the culprit in the template, site-packages/django/contrib/admin/templates/registration/password_reset_email.html
Hi,
I'm running into an issue using django-rest-auth with angular-django-registration-auth. I'm using django 1.8.1 and am getting the following when I send request a password reset:
NoReverseMatch at /rest-auth/password/reset/
Reverse for 'password_reset_confirm' with arguments '()' and keyword arguments
the following line is the culprit in the template, site-packages/django/contrib/admin/templates/registration/password_reset_email.html
Any help is greatly appreciated.
The text was updated successfully, but these errors were encountered: