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

Reset Own Password from Login Page #32

Closed
benjaminJohnson2204 opened this issue Apr 5, 2024 · 0 comments · Fixed by #41
Closed

Reset Own Password from Login Page #32

benjaminJohnson2204 opened this issue Apr 5, 2024 · 0 comments · Fixed by #41
Assignees

Comments

@benjaminJohnson2204
Copy link
Collaborator

benjaminJohnson2204 commented Apr 5, 2024

Add the ability for staff and admin users to reset their own password from the login page.

Frontend

  • Add the "Reset Password" view (Figma link), and take the user to this view when they click the "Forgot Password?" text (no need for a separate URL, you can just use an internal React state to determine which UI to show)
  • When the user enters their email address and then clicks "Send Link", use the Firebase API to send the user a link to reset their password (Firebase will email the link when you call this API)
  • Develop the UI for the page that users will go to when they create a new password. This is the page users will get a link to in their email. See Figma link for this page. When the user enters their new password into this page, call the Firebase API to set their password
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