Login page
Estimated reading time:
The login page is a must requirement for any kind of systems, the login page defines the authorization of the user to the system, where each user needs to have a valid username and password to get access to the website.
After entering the username and the password for the user account, the system will check if the user has entered a valid username and password, after that it will check the status of the account if it was active or not, if it was active, then the system will grant access to user to enter the website, and the home page will be displayed, but if the account was inactive or deleted, an error will occur and tells the user that there is a problem with his account.
The pre-requirements for logging in to the website are:
1-Having a valid username and password.
2-Having your account being active.
This page will contain the following:
1. Email field: the user enters his unique email here.
2. Password field: the user enters his account password here, the password must be between 8 and 16 digits, contains an upper class character, and contain symbols.
3. Submit button: by pressing this button the system will validate the entered user username and password to verify the access to the website, if the entered username and password were correct, and the account was active, then the system will grant the user the access to the website and display the home page for him.
4. Forgot password button: The password is very important for any type of user; it grants him the access to his account on the website, but what if this password was missing or forgotten?
The users can use this forgot password feature to reset their password in case they forgot it, and a reset password link will be sent to them to update on their password.