Registration UI and functionality * check All values have been inserted (done) * check whether the passwords are the same (done) * check if the email is valid using regex (done) * check if the email exists and if it does (done) - the account should not be registered
After doing all these checks it will add the user to the database
Login UI and functionality Function 1 * verify whether the email is valid * check if the user account exists in the database * if they do it should take the to the next window
Function2
* if they press forgot password, they should go to another window to reset their password
* register should take them to the signup window.