Parameter: PASSWORD_MANAGEMENT_COMPLEXITY

Definition

The password complexity rules

Description

This system parameter defines the password complexity rules. It consists in a list of types of characters that must be present at least once in the passwords. The possible values are (they must be separated by commas):

  • uppercase: capital letters (from A to Z ).
  • lowercase: small letters (from a to z ).
  • digit: digits (from 0 to 9 ).
  • special: special characters, including accented characters.

If the value of this parameter is empty or malformed, there are no complexity rules for the passwords.

This parameter is not taken into account if the advanced password management feature is disabled (see the PASSWORD_MANAGEMENT_ENABLED parameter).

Detailed Information

Name PASSWORD_MANAGEMENT_COMPLEXITY

The password complexity rules

Category Parameter
Type String
Access (RO/RW)

RW(-): Dynamic Read / Static Write

An immediate change is not possible. For a deferred and permanent change, use the set command of the Admin+ user interface to change the parameter value for a specific type of instance in the SAP CC system. A restart is needed for permanent changes.

Group(s) System: User Management
System Instance This system parameter is only available in the following type of instances in a running SAP CC system: updater
Default Value (Factory Settings)
updater uppercase,lowercase,digit