Enable Password Policy 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