dj-rest-auth icon indicating copy to clipboard operation
dj-rest-auth copied to clipboard

Fix the problem password_reset_confirm

Open SaeidJavadi opened this issue 4 years ago • 2 comments

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

SaeidJavadi avatar Jun 29 '21 15:06 SaeidJavadi

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

LanceMoe avatar Jun 30 '21 11:06 LanceMoe

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

jpic avatar Apr 03 '24 13:04 jpic