> For the complete documentation index, see [llms.txt](https://ztrust.gitbook.io/ztrust-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ztrust.gitbook.io/ztrust-documentation/user-manual-ztrust-v1.0/guide-to-navigation/authentication/password-policy.md).

# Password Policy

<figure><img src="https://lh7-us.googleusercontent.com/docsz/AD_4nXefNK7akGIV8KIEWe7NkgI2PkC8D1nfNMlPBKUPO7aS0QozXGwwh5Voyu60bYCilS1xcUYzUtkXQINu5dfvHeC2qhCNR5gJm3U17j4ha1IPXt5iuKtU-M6sNI0-NG5N9R3bTskYIXw30pWGz5iCnqKlnwWannjHfdURMLdLPFSrTdxrpcWxxA?key=0ECnkWiuLUYSWNiFTVoEqA" alt=""><figcaption></figcaption></figure>

Within the Password Policy section, various policies for password setup can be defined.

For example, requirements such as including one uppercase letter, one numeric character, or setting limits on password length and many others can all be configured from this tab.

<figure><img src="https://lh7-us.googleusercontent.com/docsz/AD_4nXef4j7gtEjpZafCbVmqECKOhttxaXC-mRhiC2yieAHchAeQXRtHyWm9gsBH0Ogugp7nTtyx0O9kYNVukaYoLioFZh4PDpAVCRth8rEelei0QC49MxTIlPt1V8tvcJwh_fi34hNSFZpSIExrCGx1JO1fnG3pMWQgZEl3i7foGj2uQm_Qxazciqk?key=0ECnkWiuLUYSWNiFTVoEqA" alt=""><figcaption></figcaption></figure>

#### **Policy Type**

The selection that you made from the dropdown menu will be automatically reflected under this tab.

#### **Policy Value**

This sets the threshold value for the Policy Type that you selected.

For example - If Uppercase Characters was chosen from the dropdown, it will appear under the Policy Type section as shown below&#x20;

<figure><img src="https://lh7-us.googleusercontent.com/docsz/AD_4nXfnmW5cT54JZkU1w5G3_cpQiWO2z7dVH7OiTMmwRYpW1j5ySK_J4rd9yZY0bNlcLTYgXcijn1LaSEZSjkJn_Gsi2xi2M6jutzmxjRXTmLfpkfrPPmcWYcTYyVioWAD-WInqeK2qTVHTeXrbt0NI2jBV7BZYBGRF5Q44oeaIg5XCzPCpgEna8u4?key=0ECnkWiuLUYSWNiFTVoEqA" alt=""><figcaption></figcaption></figure>

The Policy Value can then be configured accordingly.

In the example shown above, a value of 1 indicates that a password must contain at least 1 uppercase character to be considered valid.

#### **Actions**

If the selected Policy Type is no longer needed, it can be deleted from the configuration by clicking on Delete.

After making the necessary adjustments, click Save to apply the changes.

<br>


---

# 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:

```
GET https://ztrust.gitbook.io/ztrust-documentation/user-manual-ztrust-v1.0/guide-to-navigation/authentication/password-policy.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
