BelcherCharles / EerCare

0 stars 0 forks source link

Users can be added or login to 'EerCare #1

Closed BelcherCharles closed 5 years ago

BelcherCharles commented 5 years ago

Upon arriving at the application main page, A user would be presented with the options to "Login" or "Register"

If the user needs to register, clicking the register link will redirect user to the register page, Whereupon, the user can input their user information, and on submit, The user's information is stored in the database.

If the user needs to login, they may do so from the application main page, By inputting email address and password; on submit, The application will check for the user's email address; If found, the password will be checked, and if correct, the user will be logged in and redirected to the authenticated main page. If password is incorrect, the user will be returned to the login screen and prompted with friendly error message to try again. If email address is not found, the user will be returned to the login screen and prompted with friendly error message to check their email address or to register as a user.