Skip to main content
Version: 5.3.0.0

Password Policy

Part of the password policy is the required password format, which can be configured by modifying the corresponding Environment Entries (see Environment Entries - Security).

There are four options to set up the password format:

  1. Length of the Password:

    • password.minimum.enabled: Enable this check.
    • password.minimum.length: Set the required minimum size of a password.
  2. Check for Upper and Lowercase:

    • password.upper.lower.enabled: Enable this check.
  3. Check for Special Characters:

    • password.special.sign.enabled: Enable this check.
  4. Check Against a Configured Regular Expression:

    • password.regex.enable: Enable this check.
    • password.regex.statement: Enter the regex statement as a string.

When creating a runtime user or changing the password of a runtime user, an exception will be thrown if the password does not pass these checks.

note

Please refer to the section on Environment Entries - Security for additional settings, such as password expiration and corresponding notifications.