> For the complete documentation index, see [llms.txt](https://help.claritylims.illumina.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.claritylims.illumina.com/clarity-lims-v6.2-and-lablink-v2.4/clarity-lims-v6.2-guide/configuration/user-management/manage-user-access.md).

# 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
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, and the optional `goal` query parameter:

```
GET https://help.claritylims.illumina.com/clarity-lims-v6.2-and-lablink-v2.4/clarity-lims-v6.2-guide/configuration/user-management/manage-user-access.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
