wallet icon indicating copy to clipboard operation
wallet copied to clipboard

Enhanced Password Security

Open iamoracle opened this issue 1 year ago • 0 comments

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

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

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

iamoracle avatar Apr 16 '23 10:04 iamoracle