Password Strength in Auth0 Database Connections (4of4)

Hi! In our company, we need to use a more secure password policy 4 of 4 types of characters.
How can we change it?

Best regards,
Orudzhali

Hi @orudzhali

This isn’t a good idea. Please follow the NIST guidelines (see this blog: NIST Password Guidelines and Best Practices for 2020)

It is better to spend your security effort in other areas.

If you absolutely must do this, you can do it via a custom DB connection and implement your password checking logic in the login script.

John