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.