Iam using django.contrib.auth.views
.
When I submit an email for the exist user on the password reset form, it throws me an error that "TemplateDoesNotExist".
If I submit an email which is not in the database the reset done view is working.
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (2)
Post the code please
Now I am using allauth with some customization.