You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Add the ability for staff and admin users to reset their own password from the login page.
Frontend
The text was updated successfully, but these errors were encountered: