emlai1263 / uncluttered

To-do list project for CSC 308.
1 stars 1 forks source link

Create data validation in Registration page #31

Open sairama02 opened 5 months ago

sairama02 commented 5 months ago

Login page: If email address is not in the system, prompt user to register. For a given email address, make sure the password is the same.

Register: If email address already exists, prompt user to login in page. Only allow a user to register is password and confirm password match.