Hi,
I’m using Auth0 universal classic with Lock, and Custom Database.
I set the password strength to “Good” level according to this instruction: Password Strength in Auth0 Database Connections
It determines the password is valid if it passes 3 out of 4 requirements.
"Contain at least 3 of the following 4 types of characters:’
lower case, upper case, number, and special character.
My question:
I’d like to enforce all 4 out of 4 instead of 3 out of 4. Unfortunately, I can’t find the settings for this.
If anyone knows where the setting for this is, I’d be appreciated.
Thanks