jshoyos / soen390-team01

MIT License
0 stars 0 forks source link

Add validation for new user password #69

Closed AshwinPhilip30 closed 3 years ago

AshwinPhilip30 commented 3 years ago

Need to add validation for the case that the user enters an invalid password (less than 6 characters), invalid email or any missing field . There should be an error message displayed (like for login).

AshwinPhilip30 commented 3 years ago

nice