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

Enhanced Password Security #9

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

Conversation

iamoracle
Copy link

@iamoracle iamoracle commented Apr 16, 2023

This pull request changes the isValidPassword function to enhance password validation. The function checks if a given password meets the following criteria:

  • Contains at least one number
  • Contains at least one letter (uppercase or lowercase)
  • Contains at least one special character
  • Meets the specified minimum length (PASSWORD_LENGTH_MIN)

This can improve security by ensuring that user passwords are stronger and meet the requirements.

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.

2 participants