Python-project-Scripts icon indicating copy to clipboard operation
Python-project-Scripts copied to clipboard

Bug: PASSWORD_VALIDATOR.py missing the check for uppercase character

Open sri443 opened this issue 1 year ago • 3 comments

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 avatar Oct 11 '24 14:10 sri443

Hi @sri443! :wave:

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

github-actions[bot] avatar Oct 11 '24 14:10 github-actions[bot]

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

larymak avatar Oct 14 '24 05:10 larymak

@larymak Sure!

sri443 avatar Oct 17 '24 13:10 sri443