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

Recommend adding validate_with function to password prompt #150

Closed
Fancyflame opened this issue Nov 12, 2021 · 1 comment · Fixed by #219
Closed

Recommend adding validate_with function to password prompt #150

Fancyflame opened this issue Nov 12, 2021 · 1 comment · Fixed by #219
Labels
c-validation Context: Validation p-password Prompt: Password t-feature Type: Feature request

Comments

@Fancyflame
Copy link

Fancyflame commented Nov 12, 2021

In some cases, we need to validate the password whether it is not strong enough, like 123456 or it contains the user's birthday number, or we require the password to be longer than a number.

@pksunkara pksunkara added p-password Prompt: Password c-validation Context: Validation labels Nov 23, 2021
@ambiso
Copy link

ambiso commented Jan 7, 2022

To be somewhat opinionated: A good strength estimator to use would be zxcvb (some very interesting research behind it!), it would be neat if it visualized the resulting strength as you type the password.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c-validation Context: Validation p-password Prompt: Password t-feature Type: Feature request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants