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
{{ message }}
This repository has been archived by the owner on May 14, 2024. It is now read-only.
Allowing users to reset their password is an important part of the user experience.
Shouldn't be too bad to implement, but we'll need to follow best practices as laid out here:
Tasks/General Thoughts
Send Recovery Emails with unique link
Store Emails
Allow easy reset of passwords via a web interface (probably a very basic form).
Timeout on password reset (once every 24 hrs?)
The text was updated successfully, but these errors were encountered:
Description
Allowing users to reset their password is an important part of the user experience.
Shouldn't be too bad to implement, but we'll need to follow best practices as laid out here:
Tasks/General Thoughts
The text was updated successfully, but these errors were encountered: