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

Fix: Password validator checks for uppercase letters #402

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

sri443
Copy link

@sri443 sri443 commented Oct 17, 2024

Fixes #400
Added checks to ensure that password has at least one uppercase and one lowercase letter. Also updated print statement to say 'and' instead of 'or' for better clarity.

Copy link

Hi @sri443! 👋

Thank you for submitting a pull request! We appreciate your contribution and will review your changes as soon as possible.

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.

Bug: PASSWORD_VALIDATOR.py missing the check for uppercase character
1 participant