Update Password Policy Minimum Length in Classic Universal Login

Overview

This article explains why the default minimum password length of eight characters is still displayed after updating the password policy in Classic Universal Login.

Applies To

  • Classic Universal Login
  • Password Policy

Cause

The issue occurs because the custom password reset page does not reference the correct JavaScript version required to display updated password policy details. According to the Password Policy documentation, to use a minimum password length independent of legacy default values, the page must reference version 1.5.1 or later of the change-password script and include the password complexity options.

Solution

To resolve this issue, modify the custom password reset page as mentioned in this Set minimum password length when using Hosted Password Reset Pages:

  1. Update the page to reference version 1.5.1 or higher of the change-password.min.js file.
  2. Add the password_complexity_options to the page configuration.
password_complexity_options:  {{password_complexity_options}}

Recommended content

No recommended content found...