-
Notifications
You must be signed in to change notification settings - Fork 461
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
Password Rules Validation Tool provides invalid examples when multiple digits are required #685
Comments
I can reproduce this issue! |
Bug is in this function in generator.js:
|
That function needs to basically “consume” indexes so that the same index doesn’t satisfy a requirement more than once. |
Here is a good reduced case that’s easy to test with:
|
I've also just hit this; it means I can't write a valid quirk for manuscriptcentral.com. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm attempting to validate a rule at the tool linked in the documentation but it minimally doesn't seem to be working correctly for rules that require multiple digits. At first I wasn't sure if maybe this type of rule just wasn't supported, but I see existing quirks specify it so believe it to be an issue with the tool.
I've been supplying this rule:
And got back these examples:
The text was updated successfully, but these errors were encountered: