# Configuring Global Account Settings

The **Data Guardians** section allows you to configure global settings such as login failure limit, lock timeout, old password limit, and password expiry days. These settings are not related to Data Guardians and instead related to Local User Accounts only.

1. Navigate to **Basic Configuration** > **Data Guardians**.
2. Enter / Select the required values in the fields. Refer to the table below for field names and descriptions.
3. Review all the values and click **Save**.
4. The Global account settings will be configured successfully.

| Field                   | Description                                                                                                                                                       |
| ----------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Login Failure Limit** | Number of times a user can attempt to log-in with the same user ID before the account is locked out.                                                              |
| **Lock Timeout**        | Time, in minutes, for which the user account will be locked after the **Login Failure Limit** number of failed login attempts. Minimum value for this field is 1. |
| **Old Password Limit**  | Number of new passwords that the user should use before reusing an old password. Enter 0 if you want to allow the user to re-enter the old password again.        |
| **Password Expiry**     | Number of days after which the user must change their account password. A user is given one grace log in with their old password.                                 |

<br>


---

# 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://help.cryoserver.com/basic-configuration/configuring-global-account-settings.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.
