> For the complete documentation index, see [llms.txt](https://guia-de-uso.tiflux.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guia-de-uso.tiflux.com/faq/duvidas-frequentes/configuracoes/usuarios/kcs-desbloqueio-de-usuario-no-tiflux.md).

# KCS - Desbloqueio de usuário no Tiflux

## 📧 Desbloqueio de usuário no Tiflux

🕒 Tempo aproximado para leitura: 00:01:00 min

***

### ❓ Dúvida:

Um usuário teve sua conta bloqueada no sistema após realizar múltiplas tentativas de login sem sucesso.

***

### 🔎 Causa:

O bloqueio da conta é uma **medida de segurança padrão do sistema**, ativada automaticamente para **proteger o acesso e evitar tentativas não autorizadas**, como ataques de força bruta que tentam adivinhar a senha.

***

### ✅ Solução:

O **desbloqueio da conta** deve ser feito por um **administrador do sistema**.\
Para isso, siga os passos:

1. Acesse **Configurações > Usuários**.
2. Localize o **usuário bloqueado**.
3. Clique no **ícone de cadeado 🔒** para liberar o acesso.

Após essa ação, o usuário poderá **acessar o sistema novamente de forma segura e imediata**.

***


---

# 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://guia-de-uso.tiflux.com/faq/duvidas-frequentes/configuracoes/usuarios/kcs-desbloqueio-de-usuario-no-tiflux.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.
