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

User can reset their password starting from the Forgot password link on the Log in page #93

Closed
6 tasks done
francisli opened this issue Aug 8, 2024 · 0 comments · Fixed by #106
Closed
6 tasks done
Assignees

Comments

@francisli
Copy link
Contributor

francisli commented Aug 8, 2024

This story will require something along the lines of:

  • A new client page for the user to enter their email address (can we pre-fill it with whatever they typed on the login page, if any?)
  • A new API endpoint to request a reset password email with a special link
  • Schema changes to store the reset password token that is part of the above link
  • A new client page to open when clicking the above link
  • A new API endpoint to verify the link is valid
  • A new API endpoint to set the new password
@javtran javtran self-assigned this Aug 20, 2024
@javtran javtran linked a pull request Aug 23, 2024 that will close this issue
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 a pull request may close this issue.

2 participants