The Wayback Machine - https://web.archive.org/web/20210605233919/https://github.com/TheAlgorithms/Java/issues/2212
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

Add Password Validator #2212

Open
esparev opened this issue May 21, 2021 · 2 comments
Open

Add Password Validator #2212

esparev opened this issue May 21, 2021 · 2 comments

Comments

@esparev
Copy link

@esparev esparev commented May 21, 2021

Validates if the entered password has at least one special character, one number, doesn't have spaces and has more than 5 but less than 20 characters in length.

Case 1 (Invalid Password):

image

Case 2 (Valid Password):

image

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

Successfully merging a pull request may close this issue.

None yet
3 participants