I need to assign specific password length for admin role, different than regular users. How can i do it?
Welcome to the Auth0 Community!
Unfortunately, the password minimum length is a connection-wide property that needs to be applied to all users within a Database Connection. You can, however, create a separate Database Connection where the admin accounts will be kept, and configure the password policy there. You will need to create separate authorization endpoints for each, as specified in this post:
If you have any other questions, feel free to reach out.
Have a good one,
Vlad