Skip to content
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

some criteria do not work somethimes #41

Closed
avendesta opened this issue Apr 13, 2020 · 2 comments
Closed

some criteria do not work somethimes #41

avendesta opened this issue Apr 13, 2020 · 2 comments

Comments

@avendesta
Copy link

I just set the length of my password to be 6, include both cases, a special character and a number. But got a only a password without a special symbol.

I'm sure this happens for password length less than six, but it shouldn't happen for 6 or more password lenght.

@brendanashworth
Copy link
Owner

Setting symbols: true only adds the possibility of a special character being in the password; take a look at #36 (comment). If you want to make sure your password always includes a symbol and a number, set strict to true.

@mt-ronkorving
Copy link

@noodle-lover Maybe a good opportunity to make a PR to clarify the documentation in a way that would have made it clear to you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants