Edit or disable the default password policy when installing or upgrading Cortex XSOAR for troubleshooting.
When installing or upgrading Cortex XSOAR, users with non FIPS compliant passwords may need to change their password upon next log in. You can change this behavior before upgrading or installing by adding a server configuration.
Note
After adding a server configuration, you can see the changes in Password Policy tab, these override the changes made in the Server configuration. You then make any future changes in the Password Policy tab.
→ → . However, when you make any changes in theGo to
→ → .In the Server Configuration section, click Add Server Configuration.
Add the keys and values, as described in Default Password Policy Keys.
Click Save.
Instead of adding the keys separately, you can enter one key containing all of the information in the following format:
{ "Server":{ "HttpsPort":"443" }, "db":{ "index":{ "entry":{ "disable":true } } }, "limit":{ "docker":{ "memory":true } }, "password":{ "policy":{ "default":{ "Enabled":true, "MinLowercaseChars":4, "MinUppercaseChars":4, "ExpireAfter":4, "ExpireUnit":"day", "PreventRepetition":true, "MaxFailedLoginAttempts":4, "SelfUnlockAfterMinutes":4 } } } }