# How to unlock a user after too many password attempts

In Tahua a user is locked out of their account for an hour if they exceed the limit for too many incorrect password attempts. This article details how to unlock them proactively before that hour elapses.

## Method 1: Unlock as an admin

{% stepper %}
{% step %}

### Locate the user

Navigate to the Applicant page under Users > Applicants and find the user you wish to unlock. Click View.

If you are wanting to unlock an Admin or Assessor, navigate to the user under Users > Admins or Users > Assessors respectively.
{% endstep %}

{% step %}

### Unlock the account

Within the right-hand menu, if the user is locked there will be an "Unlock Account" button. Click this to unlock the user and allow them to try logging in again.
{% endstep %}
{% endstepper %}

## Method 2: Using forgot password function as an applicant

If the user wants to unlock their account themselves they can use the forgot password function from your Tahua home page. Once they click the link to reset their password from the email inbox and reset their password they will be unlocked and able to log in again.


---

# 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.tahua.io/knowledge-base/administrator-help-guides/administrator-permissions-and-user-management/setting-up-an-account-in-tahua/how-to-unlock-a-user-after-too-many-password-attempts.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.
