meShakti / LetsShop

0 stars 1 forks source link

Front end changes to login and register screen #79

Open meShakti opened 3 years ago

meShakti commented 3 years ago
  1. Remove remember me
  2. PUt validations in login and passwrod , can't be blank and if login failed username and login are incorrect
  3. can't be blank in all fields in registeration
  4. strong password rule in register . between 5 to11 character must include special character $#%!@ must include number must include Capital and small letters
  5. confirm password and password should match
  6. A red border will appear if field has error and the erro message will appear below it. on start typing message will go away . Error message only on submit