gatorcloset / OOTD

OOTD (Outfit of the Day) is a web-application that enables users to create a digital closet. Features include adding and managing articles of clothing and building outfits.
3 stars 2 forks source link

Validate Sign Up / Login Inputs using REGEX #37

Open michelletaing opened 1 year ago

michelletaing commented 1 year ago
michelletaing commented 1 year ago

@nataliehodnett @megan-shah1 I think this should be done on the front end instead. I've already done some validation for the login page, but I still need to fix the signup page.

michelletaing commented 1 year ago

Validation that still needs to be done:

Login

Sign up

michelletaing commented 1 year ago

everything has been done except for checking for already existing usernames. i will get to this this week