# Manage User Access

This section describes two tasks that Clarity LIMS administrators are often required to perform:

* Temporarily prevent a user from logging in by archiving the user.
* Email a link to a user that allows them to reset their Clarity LIMS password.

{% hint style="info" %}
While Clarity LIMS does not enforce password changes, for best practice and security, we recommend that user passwords are changed frequently.
{% endhint %}

### Archive a User

1. On the main menu, select **Configuration**.
2. Select **User Management**.
3. Select the **Users** tab to see a list of all current active and archived users in the system, categorized by role.
4. Select the user to archive.

   The details for the selected user display in the User Details area on the right. The Status slider displays the current status of the user.
5. Select **Archived** to temporarily archive the user.
6. Select **Save**.

By default, every new user created in Clarity LIMS is an active user and can sign in to Clarity LIMS with their username and password.

### Reset a User Password

1. On the main menu, select **Configuration**.
2. Select **User Management**.
3. Select the **Users** tab to see a list of all current active and archived users in the system.
4. Select the user whose password is to be reset.

   The details for the selected user display in the User Details area on the right.
5. Select **Login and Passwor**d and select **Reset password**.

   This sends the user a link that allows them to reset their password.

The Send login instructions option sends the user the following information:

* The URL for the login screen.
* Instructions on how to set their login password.
* This email is sent automatically when a new user is created, but you may occasionally need to resend it.


---

# 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.connected.illumina.com/clarity-lims/clarity-lims-v6.2-and-lablink-v2.4/clarity-lims-v6.2-guide/configuration/user-management/manage-user-access.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.
