# Password Expiry

The **Password Expiry** feature helps enforce regular password updates for added security. It must be configured by an administrator.

When enabled, the system tracks the number of days since a user last updated their password. Once the password reaches the configured expiration period, it expires and must be reset before the user can log in.

An administrator can also define a **notification period**, which triggers an alert on the login page before the password expires, prompting the user to update it.

***

### Steps to Reset an Expired Password

* Open the web browser and enter the clinic's URL.

  <figure><img src="/files/Vw1M3oaa1ZVPzM4qmLtK" alt="" width="563"><figcaption></figcaption></figure>
* On the login page, enter your **Username**.
* In the **Password** field, enter your password.&#x20;
* Click the **LOGIN** button. A message appears: **“Your Password Expired! Please change the password.”**

  <figure><img src="/files/hfHr3Xg6tRs0I4JfQpkv" alt=""><figcaption></figcaption></figure>
* Select **OK** to proceed. The **Forgot Password** pop-up appears.

  <figure><img src="/files/QDoIUXezMJKxHLSYneqz" alt=""><figcaption></figcaption></figure>
* Enter the new password in the **New Password** and **Confirm Password** fields.
* Click **SAVE**.
* After saving the new password, return to the login page and log in using your updated credentials.

***


---

# 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://unitecare.gitbook.io/uniteemr/getting-started/login/standard-login/password-expiry.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.
