-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Many students were running to issues using the password matching to 1 uppercase, 1 lowercase, and 1 number issue because the library has changed is the isStrongPassword method is not available anymore. Students have to use an advanced regular expression to test for passwords which is not a best practice and is very buggy.
It is advised to use another library for password strength checks like password-validator.
references:
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request