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

Bug: PASSWORD_VALIDATOR.py missing the check for uppercase character #400

Open
sri443 opened this issue Oct 11, 2024 · 3 comments · May be fixed by #402
Open

Bug: PASSWORD_VALIDATOR.py missing the check for uppercase character #400

sri443 opened this issue Oct 11, 2024 · 3 comments · May be fixed by #402
Assignees
Labels
bug Something isn't working

Comments

@sri443
Copy link

sri443 commented Oct 11, 2024

Looks like password validator does not check for uppercase letters, even though it tells users to include one.

Steps to reproduce the behavior:

  1. Enter a password that meets all requirements except for an uppercase letter.
  2. Submit the password.

Expected behavior: The password should be rejected if it doesn't have an uppercase letter.
Actual behavior: The password gets accepted without uppercase letter.

Suggested fix: Add a check to make sure there's at least one uppercase letter.

@sri443 sri443 added the bug Something isn't working label Oct 11, 2024
Copy link

Hi @sri443! 👋

Thank you for creating an issue in our repository! We appreciate your contribution and will get back to you as soon as possible.

@larymak
Copy link
Owner

larymak commented Oct 14, 2024

Hi @sri443
Do you mind fixing the bug? I have assigned the issue to you

@sri443
Copy link
Author

sri443 commented Oct 17, 2024

@larymak Sure!

@sri443 sri443 linked a pull request Oct 17, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants