Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix the problem password_reset_confirm #274

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

SaeidJavadi
Copy link

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

@LanceMoe
Copy link
Contributor

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: #276

@jpic
Copy link

jpic commented Apr 3, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants