Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NoReverseMatch at /rest-auth/password/reset/ Reverse for 'password_reset_confirm' with arguments '()' and keyword arguments... #14

Open
deecodameeko opened this issue Jun 29, 2015 · 1 comment

Comments

@deecodameeko
Copy link

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

 {% url 'password_reset_confirm' uidb64=uid token=token %}

Any help is greatly appreciated.

@Tatenda
Copy link

Tatenda commented Mar 16, 2017

http://stackoverflow.com/a/29505964/7210105

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants