Customised registration page and rest password page

Hello!

We are migrating our identity solution to auth0 using a custom database connection. And we have a more strict password policy from our system, this made the policy check mismatched.

The solution we are trying to explore is to add the a javascript password validation rule in the front end UI only. Is this possible or easy to do it? We don’t need the UI respect the error response from upstream. Just pure client side

If we have to go down this way, does it mean we have to create/host our own sign up / reset password page?

Thanks in advance!

Hi @ZCong,

Welcome to the Auth0 Community!

Auth0 UIs are limited to the existing password policy, which follows OWASP guidelines. In order to enforce your own policy you will have to create a custom solution.