Skip to content

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

Open
@sri443

Description

@sri443

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.

Activity

github-actions

github-actions commented on Oct 11, 2024

@github-actions

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

larymak commented on Oct 14, 2024

@larymak
Owner

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

sri443

sri443 commented on Oct 17, 2024

@sri443
Author

@larymak Sure!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

    Participants

    @larymak@sri443

    Issue actions

      Bug: PASSWORD_VALIDATOR.py missing the check for uppercase character · Issue #400 · larymak/Python-project-Scripts