For the complete documentation index, see llms.txt. This page is also available as Markdown.
Cortex XSOAR 6.13

Default Password Policy Keys

Review default password policy keys in Cortex XSOAR 6.13.

By default, when installing or upgrading, users may need to change their passwords. You can change this behavior by configuring a server, as described in Edit a Default Password Policy and add the following keys and values.

Keys
Default values

password.policy.default.enabled

Default is true.

MinPasswordLength

Default is 8.

MinLowercaseChars

Default is 1.

MinUppercaseChars

Default is 1.

MinDigitsOrSymbols

Default is 1.

ExpireAfter

Default is 0. Numeric settings are disabled with a 0 value.

ExpireUnit

Values are month, week and day. Default is Month.

PreventRepitition

Default is true.

MaxFailedLoginAttempts

Default is 10. How many attempted logins within one minute. For example, 10 failed logins within one minute.

SetUnlockAfterMinutes

Default is 0. User unlocks automatically after x minutes (if 0, only an administrator can unlock).

Last updated

Was this helpful?