30 lines
2.4 KiB
INI
30 lines
2.4 KiB
INI
invalidPasswordMinLengthMessage=Invalid password: minimum length {0}.
|
|
invalidPasswordMinLowerCaseCharsMessage=Invalid password: must contain at least {0} lower case characters.
|
|
invalidPasswordMinDigitsMessage=Invalid password: must contain at least {0} numerical digits.
|
|
invalidPasswordMinUpperCaseCharsMessage=Invalid password: must contain at least {0} upper case characters.
|
|
invalidPasswordMinSpecialCharsMessage=Invalid password: must contain at least {0} special characters.
|
|
invalidPasswordNotUsernameMessage=Invalid password: must not be equal to the username.
|
|
invalidPasswordRegexPatternMessage=Invalid password: fails to match regex pattern(s).
|
|
invalidPasswordHistoryMessage=Invalid password: must not be equal to any of last {0} passwords.
|
|
invalidPasswordBlacklistedMessage=Invalid password: password is blacklisted.
|
|
invalidPasswordGenericMessage=Invalid password: new password does not match password policies.
|
|
|
|
ldapErrorInvalidCustomFilter=Custom configured LDAP filter does not start with "(" or does not end with ")".
|
|
ldapErrorConnectionTimeoutNotNumber=Connection Timeout must be a number
|
|
ldapErrorReadTimeoutNotNumber=Read Timeout must be a number
|
|
ldapErrorMissingClientId=Client ID needs to be provided in config when Realm Roles Mapping is not used.
|
|
ldapErrorCantPreserveGroupInheritanceWithUIDMembershipType=Not possible to preserve group inheritance and use UID membership type together.
|
|
ldapErrorCantWriteOnlyForReadOnlyLdap=Can not set write only when LDAP provider mode is not WRITABLE
|
|
ldapErrorCantWriteOnlyAndReadOnly=Can not set write-only and read-only together
|
|
ldapErrorCantEnableStartTlsAndConnectionPooling=Can not enable both StartTLS and connection pooling.
|
|
|
|
clientRedirectURIsFragmentError=Redirect URIs must not contain an URI fragment
|
|
clientRootURLFragmentError=Root URL must not contain an URL fragment
|
|
|
|
pairwiseMalformedClientRedirectURI=Client contained an invalid redirect URI.
|
|
pairwiseClientRedirectURIsMissingHost=Client redirect URIs must contain a valid host component.
|
|
pairwiseClientRedirectURIsMultipleHosts=Without a configured Sector Identifier URI, client redirect URIs must not contain multiple host components.
|
|
pairwiseMalformedSectorIdentifierURI=Malformed Sector Identifier URI.
|
|
pairwiseFailedToGetRedirectURIs=Failed to get redirect URIs from the Sector Identifier URI.
|
|
pairwiseRedirectURIsMismatch=Client redirect URIs does not match redirect URIs fetched from the Sector Identifier URI.
|