These settings can be used to define guidelines for handling passwords in the application. They apply to all password-related processes except logging in to the application itself. This includes, in particular, the generation of passwords within the application and the verification of passwords when a password is set, for example when sharing documents.
passwords.length
|
Description |
Setting to define the minimum password length for passwords that are entered. |
|
Possible values |
An integer >= 0 |
|
Default value |
8 |
passwords.requireDigit
|
Description |
The setting defines whether passwords need to contain numbers. |
|
Possible values |
|
|
Default value |
|
passwords.requireUppercase
|
Description |
The setting specifies whether passwords need to contain upper case letters. |
|
Possible values |
|
|
Default value |
|
passwords.requireLowercase
|
Description |
The setting specifies whether passwords need to contain lower case letters. |
|
Possible values |
|
|
Default value |
|
passwords.requireSpecial
|
Description |
Setting for defining the minimum length for entered passwords |
|
Possible values |
|
|
Default value |
|
passwords.requireSpecial
|
Description |
Setting for defining the minimum length for entered passwords |
|
Possible values |
|
|
Default value |
|
passwords.allowedSpecialCharacters
|
Description |
A string of special characters. |
|
Possible values |
|
|
Default value |
|