# Unlocking user

### How any user is locked?

While trying to log into any company, the user might enter the wrong password multiple times and click on the log in button. If the number of entering the wrong password exceeds the acceptable number set in the company settings, then the user is locked.

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

### Who can unlock the user?

Only the user with company admin rights can unlock the user.

### How the user can be unlocked?

There are two ways to unlock the user:

1. If the company has [<mark style="color:purple;">**Reset password**</mark> <mark style="color:purple;"></mark><mark style="color:purple;">settings</mark>](/general-system-settings/authentication-settings/password-settings.md) configured then the locked user will see **Reset Password** button on the locked screen message as shown in the above image. Clicking on the Reset password button, the locked user will be able to reset the password.
2. If the company doesn't have Reset password settings configured, then the company admin can unlock the user.

### How the System admin can unlock the user?

The System admin can unlock the user using these simple steps:

1. The System admin clicks on **Manage users** under the **Studio** tab.&#x20;
2. The System admin clicks on the user list in which the locked user exists. All the user of that user list are displayed in the table format on the right side.&#x20;
3. The System admin search for the locked user using the [<mark style="color:purple;">Search User</mark>](/user-management/managing-users/more-actions/searching-users.md) functionality.
4. The System admin clicks on the locked user to open its [<mark style="color:purple;">profile details</mark>](/user-management/managing-users/more-actions/viewing-users.md).
5. In the locked user profile details, the System admin clicks on **Actions button** and select the option **Unlock User** from i&#x74;**.**

<figure><img src="/files/rAbyoF6rbTVrfDMrZGFt" alt=""><figcaption><p>Locked user profile details page</p></figcaption></figure>

6\. Clicking on the **Unlock User** option unlocks the user.


---

# 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://docs.senpiper.com/user-management/managing-users/more-actions/unlocking-user.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.
