-
Notifications
You must be signed in to change notification settings - Fork 228
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 checker #237
Comments
Hi, I was able to solve this issue please review my PR below and if it works pls merge it thanks. |
Here, below is the deployed preview.. https://deploy-preview-239--annoyingsubmitbutton.netlify.app/ |
Hi @fineanmol, Is this repo still active? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I wanted to add a file which helps to check whether the username and password created by the user should not be less than 8 size and not be greater than 12 , password should contain atleast one alphabet , one digit & one special character .
The text was updated successfully, but these errors were encountered: