Enforcing password strength with custom database and no user migration

We are using a custom database as well as a custom styled universal login page. We are not using the user migration feature. We are only allowing password resets through Auth0, however I don’t see how to enable the password strength feature. Is it possible to enable this so that Auth0 enforces a password policy? If not, what is the cleanest way to implement this?

Hi @matt.o ,

Welcome to the Auth0 Community!

I understand that you want to set up the password policy for users stored in custom database. Have you tried creating a Custom Database Connection, disabling “Import Users to Auth0” and setting up the password strength under the “Password Policy” tab?




This blog article explains how to configure the custom database and use PostgreSQL as an example.

Hope this helps!

1 Like