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

Ensure password strength accepts weak passwords and rejects good passwords #108

Open
andytough opened this issue Jul 7, 2017 · 0 comments

Comments

@andytough
Copy link

When using
&ensurePasswordStrength=1
&ensurePasswordStrengthSuggestions=5

I had the following password rejected as not being secure enough:
5Iid5/BGaWvCqcaOwxbywg==

The following password was accepted:
password

Adding options using these did not seem to resolve the problem.
&maximumPossibleStrongerPasswords
&minimumStrongPasswordWordCount

The suggested alternative passwords were all accepted
5I!d5/BG@WvCq(@OwXByw6==
5I!d5/BG@WvCq(4OwX8yw6==
5I!d5/BGAWvCq(AOwX8yw6==
5I!d5/BGAWvCq(4OwXByw6==
5I|d5/BG4WvCq(AOwXByw6==

However, I have occassionally had the alternative password suggestions rejected.

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

1 participant