> For the complete documentation index, see [llms.txt](https://docs.ixhello.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ixhello.com/ixhc/general/ixhello-account-locked-unlock-process.md).

# ixHello Account : Locked Unlock Process

Locked Account - Unlock Process

As part of our HIPPA compliance and internal security protocols, the ixHello platform locks a user account after multiple failed login attempts and also provides a way for the user to unlock the account. This unlocked user account procedure does not require approval from an administrator.

**Step:** **1** User account gets locked due to multiple failed login attempts.

User should see a screen as shown below.

![](/files/D0u3MhVXfTqTL4gRSlSd)

**Note:** *The maximum number of failed login attempts is configurable by the administrator. By default, it’s 5 attempts.*

On this screen, a link is provided to unlock the account. At the same time, user receives an email stating that account is locked, and a link is provided so the user can follow it and unlock the account.

![](/files/rrHJu6jVmgK9Ry72d968)

There are total three different ways to unlock an account. These are explained below.

### Option#1 Self Unlock by following link provided in the email

When a user clicks on the link, they should get a screen with option to enter the email as shown below.

![](/files/dII0P9axfuVYZzpuQhJo)

After submitting, an email is sent with a verification code. The User can enter that verification code and submit.

![](/files/l7TRfg94aQ3PA8x77Arz)

The account unlock email should look like the sample below.

![](/files/Q2U41PMxBZLpftYDzlNk)

If the correct verification is code provided, the account gets unlocked.

![](/files/MhrIntQyW8DZbyxDAzSB)

You shall also get confirmation message in your email such as this.

![](/files/FVkSKQ7JrqFpszAYTMGh)

### Option#2 Organization Admin unlocks the account.

The locked account’s user contacts their organizations admin and requests their account be unlocked.

The Organization admin logs into the ixHello platform and goes to Administration > Locked Users, this will give a list of all the locked users for that organization.

See the following screenshots.

![](/files/NgRJTFWZwWDR8W0eU45C)

![](/files/34pB7tuUDbLQcElZefvJ)

By clicking the “UnLock” button, the account will be unlocked and user sign in with the old password.

### Option#3 – Account gets unlocked after 30 days.

If no one takes any action, then locked account will be unlocked by itself after 30 days.

**Note:** *The number of days (30) is configurable from by the administrator. The default value is 30 days.*


---

# 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://docs.ixhello.com/ixhc/general/ixhello-account-locked-unlock-process.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.
