> For the complete documentation index, see [llms.txt](https://help.tahua.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](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).

# 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
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.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>&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.
