# Password Policy

A **Password Policy** is a set of rules and guidelines that an organization or system implements to define the requirements and constraints for creating and managing passwords.&#x20;

The primary purpose of a password policy is to **enhance the security of user accounts** by ensuring that passwords are strong and not easily guessable.

1. Open the Admin Console.
2. On the left-hand side, locate and click on **Settings.**
3. In the **Settings** section, click on the **Password Policy** tab.
4. On the right-hand side of the **Password Policy** tab, you will see a Password Policy.

**Password Policy Settings**

<figure><img src="/files/GFjXNaERhlquAEuWzfAU" alt=""><figcaption></figcaption></figure>

#### <mark style="color:blue;">**VALIDITY DETAILS**</mark>

***Password validity***&#x20;

* The **Password validity** field serves as an enable/disable button.
  * When this field is enabled, two additional fields become visible: **Validity Day** and **Notify User Before.**&#x20;
  * These two fields allow users to specify the number of days the password remains valid before requiring a change and the number of days before expiration when a user should be notified.&#x20;
  * However, if the **Password validity** field is disabled, these two additional fields will not appear.&#x20;
  * This setup allows users to control password expiration settings based on their needs.

***Validity Day:*** Specifies the number of days for which the password remains valid before needing to be changed.&#x20;

<figure><img src="/files/OyFdPr7oeVsw1I73HJ8T" alt=""><figcaption></figcaption></figure>

***Notify User Before:*** Indicates the number of days before password expiration when a user should be notified

**Saving Policy Settings**

1. After configuring your policy settings, locate and click the **Save** button.
2. Clicking the **Save** button is necessary to save the policy settings you've created.

<figure><img src="/files/CrRdVQCIQBKhcG8IvTHW" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: 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://authdocs.skill-mine.com/licentio-documentation/settings/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.
