bernardodiasc / x-world-map

http://x-world-map.com
0 stars 2 forks source link

Improve password validation on Log In and Sign Up forms #3

Closed bernardodiasc closed 2 years ago

bernardodiasc commented 2 years ago

Add password validation and validation description based on Strapi requirements. Also improve error messages.

Steps to reproduce:

  1. Type "123"
  2. Observe it return "An error occurred during account creation"

Expected:

  1. Type "123"
  2. The form shouldn't be submitted
  3. A validation message should appear below the password field
bernardodiasc commented 2 years ago

Before:

2022-03-31 10 22 46

After:

2022-03-31 10 23 23