larymak / Python-project-Scripts

This repositories contains a list of python scripts projects from beginner level advancing slowly. More code snippets to be added soon. feel free to clone this repo
GNU General Public License v3.0
1.33k stars 922 forks source link

Fix: Password validator checks for uppercase letters #402

Open sri443 opened 1 month ago

sri443 commented 1 month ago

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.

github-actions[bot] commented 1 month ago

Hi @sri443! :wave:

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