We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I saw a reference to dropbox/zxcvbn#227 here: https://github.com/18F/identity-idp/blob/main/spec/support/shared_examples/password_strength.rb#L46 which made me curious.
The js source lib seems to have an annoying limitation when passwords being checked include spaces.
Well, annoying only by the fact they no longer update (or publish updates for) it.
I am wondering what can I do to improve the results of the ruby port without breaking compatibility with the original.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I saw a reference to dropbox/zxcvbn#227 here: https://github.com/18F/identity-idp/blob/main/spec/support/shared_examples/password_strength.rb#L46 which made me curious.
The js source lib seems to have an annoying limitation when passwords being checked include spaces.
Well, annoying only by the fact they no longer update (or publish updates for) it.
I am wondering what can I do to improve the results of the ruby port without breaking compatibility with the original.
The text was updated successfully, but these errors were encountered: