Forgot password page
Estimated reading time:
The password is used in logging in to the website, if the user forgets it then he'll not be able to login again, so in order to help the users to login the website again we created a reset password feature that the users can use to change his password and regain access to the website.
The pre-requirements for resetting your password are:
1-To own a valid account to the website.
2-Knowing the email that been used with creating the account.
This page will contain the following:
1-Email field: in this field the user enters his email which has been used in creating his account.
2-Submit button: this button executes the feature of resetting the password, where that the system will check the entered email and then will send a reset password link to the email entered, the link will transfer the user to a page where he can change his password from.
3-Back to login button: this button is used to return to the login page.