Configuration Properties for Password

By default, the configuration properties are defined in Configurator for setting up a password. Accordingly, you must specify the password while logging in to TIBCO MDM. You can change the values as per your requirement.

The following table lists the configuration properties required for password:
Property Name Description Value
Password expiry period (com.tibco.cim.authentication.password.expiry.period) Specify the password expiration policy in days. If you do not want to set the expiration policy, specify the value as zero (0). The default value is 90 days.
Password minimum length (com.tibco.mdm.authentication.password.minLength) Minimum required length of the password characters.
Attention: The minimum required length of the password characters is 8.
The default value is 8 characters.
Password maximum length (com.tibco.mdm.authentication.password.maxLength) Maximum required length of the password characters.
Attention: The maximum required length of the password characters is 60.
The default value is 60 characters.
Password required (com.tibco.mdm.authentication.password.requiredStrings) Format of the password. The password must contain eight alphanumeric characters with at least one lowercase and one uppercase alphabets and one numeric entry.
  • If you want to add special characters, change the default value. For example, (?=.*[@#$%!]).
  • If you want to customize the password criteria as per your requirement, change the default value.

Note: If you have changed the default value, you need to customize the display error message ( SEC-5539) in the UserText.properties file. For customization, refer to the section "Localize Text Strings" in TIBCO MDM Customization Guide.
The following are the default values:
  • (?=.*[a-z])
  • (?=.*[A-Z])
  • (?=.*[0-9])