PASSWORD Parameters

Client-wide variables that contain the settings for User passwords.

The password parameters cover the following variables:

PWD_AGE_MAX

Maximum life span of User passwords in days.

When 75% of the value's life span is over, upon log on users are informed that the password will expire soon.

If the password has already expired, it must be changed the next time a user logs on. If there is no entry for this key (default), the system does not check the expiration time.

PWD_ATTEMPTS_MAX

Number of invalid login attempts

Users who exceed the specified value will be locked. Authorized persons can unlock affected users in the corresponding User object. The time delay increases as of the third invalid attempt until the message "Access denied" is displayed.

PWD_CONTAINS_LOWER_CASE

Forces the use of lowercase in passwords

PWD_CONTAINS_NUMBER

Forces the use of numbers in passwords

PWD_CONTAINS_SPECIAL_CHARACTER

Forces the use of special characters in passwords

PWD_CONTAINS_UPPER_CASE

Forces the use of uppercase in passwords

PWD_DEFAULT

Default password for new Users that have been created and configured without a password

Use this setting to define a default password that complies with your password policy. The password that you specify here is the password that Users need for logging on to the Client for the first time. First-time users will then be requested to change the password.

If you do not specify a default password here, or if the password you defined does not comply with your current password policy, the default password for new Users that have been configured without a password is pass. pass.

Restart required: No

PWD_FORBID_LOGIN

Forbids user names in passwords

PWD_GENERATION

Number of past passwords that cannot be used again

The new password must differ from these past passwords. The Automation Engine stores all passwords and compares the new password with the number of passwords defined here.

If no value is specified for the above settings, the system searches for a default value in the variable UC_SYSTEM_SETTINGS. It uses the fixed default value if it does not include these PWD keys.

PWD_LENGTH_MAX

Maximum length of user passwords

PWD_LENGTH_MIN

Minimum length of user passwords

See also:

UC_CLIENT_SETTINGS - Various Client Settings