Password Policy
|
Variable Name |
Type |
Description |
|---|---|---|
|
C_Accounts_Policies_Pass_Enable |
Bool |
Enable Password policy 0 |
|
C_Accounts_Policies_Pass_UserAlias |
Bool |
Check password against username/alias 0 |
|
C_Accounts_Policies_Pass_Encrypt |
Bool |
Password database encryption 0 |
|
C_Accounts_Policies_Pass_MinLength |
Int |
Min password length |
|
C_Accounts_Policies_Pass_Digits |
Int |
Number of numeric chars in password |
|
C_Accounts_Policies_Pass_NonAlphaNum |
Int |
Number of non alphanumeric characters |
|
C_Accounts_Policies_Pass_Alpha |
Int |
Number of alpha characters |
|
C_Accounts_Policies_Pass_Expiration |
Bool |
Enable password expiration 0 |
|
C_Accounts_Policies_Pass_ExpireAfter |
Int |
Expire after (Days) |
|
C_Accounts_Policies_Pass_DenyExport |
Bool |
Passwords cannot be read or exported 0 |
|
C_Accounts_Policies_Pass_AllowAdminPass |
Bool |
Allow Admin's password to be exported 0 |