-
Notifications
You must be signed in to change notification settings - Fork 149
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
Variant of ResetPasswordConfirm that validates a token #45
Comments
This would definately improve UX! If anyone is up, I'll accept a merge request for this. It basically only means to adapt the code here to allow the token to be verified without a password: |
Thanks to the help of @Hall-Erik and MR #60 we just released this feature on PyPi in version 1.1.0rc3. You should be able install and test it using pip install django-rest-passwordreset==1.1.0rc3 |
Looks/works great. Thank you! |
Hey guys! Is this issue still open? |
This has already been released with 1.1.0 |
Idea for an enhancement: it would be great to have an endpoint where a token could be checked for validity, without submitting a new password.
This would fit into the SPA architecture by allowing the app to present an error page instead of a password-reset form if the page is loaded with an invalid token. Otherwise the user has to try submitting the password change request before getting a rejection.
This might be done with an additional param on ResetPasswordConfirm, or a separate view altogether.
The text was updated successfully, but these errors were encountered: