Hosted password reset page with custom length password at connection level not working

Hi,
I have a database connection with custom password length set to 12 chars and have updated my Password reset hosted page as per instructions Password Strength in Auth0 Database Connections

But when I generate a ticket to reset password > click on the link to see the widget it shows me password length 10 chars in validation message. Refer screenshot below. All params look correct but the popup window has incorrect message.
How do i fix this?

From Contents of password_complexity_options object?
found that the quotes were the problem. It should be

password_complexity_options: {{password_complexity_options}}, // DO NOT CHANGE THIS

3 Likes

Super glad you were able to track the problem in the end and shared it with community!

1 Like

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.