dj-rest-auth
dj-rest-auth copied to clipboard
Fix the problem password_reset_confirm
Solving common problems with the changes I did :
Reverse for 'password_reset_confirm' not found. 'password_reset_confirm' is not a valid view function or pattern name.
Reverse for 'password_reset_confirm' with keyword arguments '{'uidb64': 'Mg', 'token': 'ao93ci-4b3be5504101f6f50dc72cf9112806b2'}' not found
After testing, after using allauth, reset password does have a bug, but your solution is wrong.
Please see faq no.2 first: https://dj-rest-auth.readthedocs.io/en/latest/faq.html
And see my pr: https://github.com/iMerica/dj-rest-auth/pull/276
We should not merge a replacement of rest_password_reset_confirm with password_reset_confirm, the URL defined by this package is rest_password_reset_confirm