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

Password Reset Confirm Expect parameter which is not in email #640

Open
MySecondLanguage opened this issue Mar 24, 2021 · 1 comment
Open

Comments

@MySecondLanguage
Copy link

MySecondLanguage commented Mar 24, 2021

My url: path("rest-auth/", include("rest_auth.urls"))
When i request password reset with this endpoitn: http://127.0.0.1:8000/rest-auth/password/reset/ it sends me an email with an url which is working well to reset password but i don't need need like this way.

I am using http://127.0.0.1:8000/rest-auth/password/reset/confirm/ to confirm the password reset and it expect following data

{ "new_password1": "", "new_password2": "", "uid": "", "token": "" }

I dont receive uid and token in the mail, only i receive an url to reset password, anyone there know how can make confirm password reset?

@emanlodovice
Copy link

The uid and the token is typically in the url.

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

No branches or pull requests

2 participants