Enable Password Policy for Custom HTML Signup Page

Has anyone implemented password policy checking for custom HTML signup page?

Hi @preethi.ramiah,

You can edit the existing displayError(err) function to specifically handle a password error (err.code === "invalid_password") and display err.policy.

Let me know if you have questions,
Dan

1 Like

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