dk

 

SECURITY / PASSWORD_VALIDATION_RULES

 

This settings is used to decide which types of characters that must/may be included in passwords and to set the minimum password length.

The value of the dynamic setting SECURITY / ADVANCED_PASSWORD_SECURITY must be "ON" for this dynamic setting to work.

The value of the setting is a string that is composed of four comma-separated numbers that set the following:
1: Lower case letters [a-z] (1/0)
2: Upper case letters [A-Z] (1/0)
3: Numbers [0-9] (1/0)
4: The password's minimum length. If this is set to less than 3, the minimum length is automatically set to 3.

If a number is 1, the password MUST include those characters.
If a number is 0, the password MAY NOT include those characters.

If the three first numbers are all 0, all kinds of characters (including !, ?, @ etc.) are allowed.

Examples:
1,0,0,8   The password MUST include lower case letters and nothing else, and the minimum length is 8 characters.
1,1,0,14  The password MUST include both upper and lower case letters and nothing else, and the minimum length is 14 characters.
0,0,0,8   The password may contain any type of characters, and the minimum length is 8 characters.
1,1,1,0   The password MUST include both upper and lower case letters and numbers and nothing else, and the minimum length is 3 characters.

IntraNote a/s | Papirfabrikken 20A | 8600 Silkeborg | Tlf. 7026 9500 | www.intranote.dk