-
Notifications
You must be signed in to change notification settings - Fork 260
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
More Specific Error on Bad Passwords #217
Comments
Also could you tell me what the criteria are because I checked the validator but I don't really understand the pattern matching thing it uses |
The default criteria are as follows:
|
Excellent idea! I will look into this for the next release. By the way you can pass your own custom |
Nice, I will look into that! |
It would be nice if when registering, the form told you what the password requirements are, or said specifically what is wrong with the entered password if it doesn't meet the criteria because currently it just says "Password does not meet criteria". Also the strong passwords that apple generates (xxxxxx-xxxxxx-xxxxxx) aren't allowed because they can't have a -, so it would be nice if the criteria allowed them.
The text was updated successfully, but these errors were encountered: