We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
People are probably going to ask for this at some point. Potentially helpful: https://wsvincent.com/django-user-authentication-tutorial-password-reset/.
The text was updated successfully, but these errors were encountered:
Not asked yet, but today I was contacted by a user who would have benefited from it.
Sorry, something went wrong.
Arguably a must-have. Hopefully not too time-consuming given that we already have email-based account confirmation.
Depends on #478.
Update on helpful information: https://django-rest-auth.readthedocs.io/en/latest/api_endpoints.html
Indeed, this just requires a small form on the frontend which links to the /rest-auth/password/reset/ endpoint.
/rest-auth/password/reset/
JeltevanBoheemen
No branches or pull requests
People are probably going to ask for this at some point. Potentially helpful: https://wsvincent.com/django-user-authentication-tutorial-password-reset/.
The text was updated successfully, but these errors were encountered: