Skip to content

Added Password Strength checker #78

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

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

asutosh29
Copy link

Related Issue
Closes #8
Type of Change
Put x inside the square bracket to specify what type of change your PR is:

[x] New Feature
Bug Fix
Code Refactor
Documentation Update
Other (please specify):

Description of Change
Added a password strength checker. It validates and prompts user if they are not meant
"Password must be at least 8 characters long."
"Password must contain at least one lowercase letter."
"Password must contain at least one uppercase letter."
"Password must contain at least one digit."
"Password must contain at least one special character."

Implementation Details
Used re library for string searching. Provided the conditions stated above

Demo
0. Gives all the criteria to user
image
1.
image
2.
image
3.
image
4.
image
5. Accepted
image

@Hardik-2311
Copy link
Collaborator

@asutosh29 This file has conflicts that need to be resolved. Kindly address them at your earliest convenience.

@asutosh29
Copy link
Author

Resolved changes!

@IronJam11
Copy link
Collaborator

does not seem so, please check again

@asutosh29
Copy link
Author

Made the following changes

  1. Resolved the conflicts
  2. Added Message logging for what conditions are missing in the password

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

Successfully merging this pull request may close these issues.

Implement password strength checker
3 participants