> For the complete documentation index, see [llms.txt](https://cortex-docs.paloaltonetworks.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cortex-docs.paloaltonetworks.com/xsoar-6-administrator-guide/6.14/onboard-cortex-xsoar/users-and-roles/password-policy.md).

# Password Policy

You can set a password policy for all internal users in Cortex XSOAR. The password policy enables you to do the following:

* Set password complexity requirements.
* Set the password expiry and prevent repetition passwords (remembers the last 30 passwords).
* Brute-force prevention (user lockout after a number of attempts).

By default, Cortex XSOAR provides the following default password policy:

* A FIPS compliant password policy in the **Password Policy** tab. To create a password policy, see [Create a Password Policy](/xsoar-6-administrator-guide/6.14/onboard-cortex-xsoar/users-and-roles/password-policy/create-a-password-policy.md).
* New installations: when installing Cortex XSOAR in interactive mode, you must have a strong password. If installing with the **`-y`** option you can use a non FIPS compliant password, but you must change the password upon first log in.
* Upgrade: all internal users with a non FIPS compliant password may need to change their password upon next log in. Password expiry and repetition prevention does not work retroactively and passwords before the upgrade are not considered. For existing passwords, the expiry countdown starts from the upgrade time.

  Before installing or upgrading, you can change the password policy by adding a server configuration, as described in [Edit a Default Password Policy](/xsoar-6-administrator-guide/6.14/onboard-cortex-xsoar/users-and-roles/password-policy/edit-a-default-password-policy.md). However, as soon as you make password changes in the **Password Policy** tab, these settings override the server configuration settings. All further changes are made in the **Password Policy** tab.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://cortex-docs.paloaltonetworks.com/xsoar-6-administrator-guide/6.14/onboard-cortex-xsoar/users-and-roles/password-policy.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
