Skip to content

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

@deecodameeko

Description

@deecodameeko

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions