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

checks functions #390

Open
Thelvaen opened this issue May 28, 2020 · 2 comments
Open

checks functions #390

Thelvaen opened this issue May 28, 2020 · 2 comments
Milestone

Comments

@Thelvaen
Copy link

Hello,

On my fork, there's a couple of check that could be reused on the main project :

  • test for duplicates char in sequence in the password, ie totoAAAverySecurePassword will fail because of the AAA,
  • test if the first char is alphanumeric or not, some apps might fail due to 1st char being alphanumeric,
  • test for numerical sequence in the password (123, 234, ...)
@Thelvaen
Copy link
Author

I saw a bit too late that the "no_special_at_ends" check was already doing the 1st char non alpha check :)

@coudot coudot added this to the Future milestone Aug 17, 2020
@coudot
Copy link
Member

coudot commented Aug 17, 2020

You can propose pull requests for this (one for each feature)

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

No branches or pull requests

2 participants