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
Create password reset functionality: create a form for member email address, pull an ID given an email, generate secret token, send email message to member email adress with link with secret token based on their email, link takes member to page that takes the secret token and converts it back to their id to log them in, member fills out reset password form they can access if they are logged in by said link.
The text was updated successfully, but these errors were encountered:
Description:
Member has no way to reset password if forgotten.
Problem:
Member has no way to reset password if forgotten.
Possible solution:
Create password reset functionality: create a form for member email address, pull an ID given an email, generate secret token, send email message to member email adress with link with secret token based on their email, link takes member to page that takes the secret token and converts it back to their id to log them in, member fills out reset password form they can access if they are logged in by said link.
The text was updated successfully, but these errors were encountered: