Skip to main content

Forgot Password

Design

image.png

Description & Requirements

image.png

The back button redirects the user to the Login page

image.png

Users should be able to enter email addresses to reset their password. 

image.png

The form should have proper validation for user input. 

image.png

  • If the email exists in the system, we should send a reset password email to the user and show this page to the user. 
  • The top back button redirects the user to the login page
  • The Go Back button redirects the user to the login page

 

image.png

  • If the email does not exist in our system, should show an alert to show the user the email does not exist. 
  • Alert message: "Email doesn't exist!"
  • The Close button will close the alert message.