Parameter | Description |
Minimum length | Specifies the minimum length of a password. Valid input: Integer > 0 Property: com.aris.umc.password.length.min |
Maximum length | Specifies the maximum length of a password. Valid input: Integer > 0 Property: com.aris.umc.password.length.max |
Minimum number of lowercase letters | Specifies the minimum number of lowercase alphabets in a password. Valid input: Integer > 0 Property: com.aris.umc.password.characters.lowercase.min |
Allow uppercase letters | Specifies whether the uppercase alphabets are allowed in a password. Valid input: true, false Property: com.aris.umc.password.characters.uppercase.allowed |
Minimum number of uppercase letters | Specifies the minimum number of uppercase alphabets in a password. Valid input: Integer > 0 Property: com.aris.umc.password.characters.uppercase.min |
Allow numbers | Specifies whether numbers are allowed in a password. Valid input: true, false Property: com.aris.umc.password.characters.numeric.allowed |
Minimum number of numbers | Specifies the minimum number of numerals that must be contained in a password. Valid input: Integer > 0 Property: com.aris.umc.password.characters.numeric.min |
Allow special characters | Specifies whether special characters are allowed in a password. Valid input: true, false Property: com.aris.umc.password.characters.special.allowed |
Minimum number of special characters | Specifies the minimum number of special characters in a password. Valid input: Integer > 0 Property: com.aris.umc.password.characters.special.min |
Special characters | Specifies which characters are special characters. Valid input: String Property: com.aris.umc.password.characters.special.set |
Expiring passwords > Activate expiring passwords | Specifies whether passwords are set to be valid only for a specific amount of time. This is defined for a single tenant. Once the password has expired, the user is directed to a website enabling the password to be changed. Thereafter, the user is redirected to the application. Valid input: true, false Property: com.aris.umc.password.expiry.active |
Expiring passwords > Password lifetime | Specifies the period of time after which a password expires. Valid input: Integer > 0 Property: com.aris.umc.password.expiry.days |
Advanced settings > Force change after reset | Specifies whether a user must change the password if it was reset (and sent through an e-mail). Valid input: true, false Property: com.aris.umc.password.change.forceAfterReset |
Advanced settings > Force different password | Specifies whether the new password must differ from the old one. Valid input: true, false Property: com.aris.umc.password.change.forceDifference |
Advanced settings > Force change before first login | Specifies whether a user must change the password upon first login. Valid input: true, false Property: com.aris.umc.password.change.forceOnFirstLogin |
Advanced settings > Activate reset confirmation | Specifies whether a user must confirm a password reset. Valid input: true, false Property: com.aris.umc.password.reset.confirmation.active |
Advanced settings > Link lifetime | Specifies the time in seconds during which a user can click the link sent by e-mail in order to confirm the password. Valid input: Integer > 0 Property: com.aris.umc.password.reset.confirmation.ttl |