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
In My Profile users should be able to click 'Reset Password' and then be sent an email with a code. They can then enter the code and enter a new password.
Parts of this task will include
Changes to the frontend (addition of new page)
Flask endpoints to call auth/passwordreset/request and auth/passwordreset/reset
Hashing passwords and saving to the db
The text was updated successfully, but these errors were encountered:
In My Profile users should be able to click 'Reset Password' and then be sent an email with a code. They can then enter the code and enter a new password.
Parts of this task will include
auth/passwordreset/request
andauth/passwordreset/reset
The text was updated successfully, but these errors were encountered: