Write up a document detailing the specifications and requirements for a forgot password feature.
-
This feature should allow users to go to a forgot password page and input their email.
-
The email should be checked against an currently available user email within the AppUsers model & send a email out with a unique password reset link.
-
The user should be able to go to the password reset link to enter a new password.
-
After successfully entering their new password, the App should set that input as their password and route them to the login page where they can login with their new credentials.
Write up a document detailing the specifications and requirements for a forgot password feature.
This feature should allow users to go to a forgot password page and input their email.
The email should be checked against an currently available user email within the AppUsers model & send a email out with a unique password reset link.
The user should be able to go to the password reset link to enter a new password.
After successfully entering their new password, the App should set that input as their password and route them to the login page where they can login with their new credentials.