TreeHacks / root

hackathon application portal
https://root.treehacks.com
17 stars 8 forks source link

signup screen - password less than 8 characters error message #116

Open epicfaace opened 4 years ago

epicfaace commented 4 years ago

When the user tries to enter a password less than 8 characters, the following message appears (makes sense, but a little cryptic)

image

epicfaace commented 4 years ago

This specifically happens if you put " " for the password and re-enter password fields (so that both the length constraint and the regex constraint fail)