Closed kevinkoech357 closed 9 months ago
WIth the default configuration the reset_url is /reset - and the email link should be /reset/
Would need more of your config and what the email looks like.
I just figured I had an error in my config file. Fixed that and now it works flawlessly. Thank you.
The forgot-password form is functional, but the link it sends via email appears to be broken.
I note the route is /reset-password?token and not /reset?token based on the documentation and comments on the reset_password function in views.py.