Custom Text "password-policy-not-conformant" and "password-too-weak" Not Used

Overview

When setting up custom text elements for the signup prompt, the keys “password-policy-not-conformant” and “password-too-weak” do not appear to be used.

A password policy “bubble” is rendered instead in the event the password is too weak and these custom text keys are not shown.

Cause

These keys are only used when Javascript is disabled in the user’s browser.

Solution

Use the “password-policy-not-conformant” and “password-too-weak” errors to cover users that have disabled Javascript. “password-too-weak” is a fallback error and can be set to the same text value as “password-policy-not-conformant”.

Related References