> For the complete documentation index, see [llms.txt](https://wiki.datadike.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.datadike.com/product-guide/configuracoes/pam/system-settings/security/login-restriction.md).

# Login restriction

## User

### Login failures count

Quantidade de falha de login permitida

### Login failure period (minute)

Tempo de bloqueio pelas falhas de login

## IP

### Login failures count

### Login failure period (minute)

Se o usuário não conseguir efetuar login por um número limitado de vezes, nenhum login será permitido durante esse intervalo de tempo.

### Login IP allow list

Com \* indicando uma correspondência completa. Por exemplo: 192.168.10.1, 192.168.1.0/24, 10.1.1.1-10.1.1.20, 2001:db8:2de::e13, 2001:db8:1a:1110::/64

### Login IP deny list

Com \* indicando uma correspondência completa. Por exemplo: 192.168.10.1, 192.168.1.0/24, 10.1.1.1-10.1.1.20, 2001:db8:2de::e13, 2001:db8:1a:1110::/64

### Blocked IP's

### Only single device login

Após o usuário efetuar login no novo dispositivo, outros dispositivos conectados serão desconectados automaticamente

### Only exist user login

If enabled, non-existent users will not be allowed to log in; if disabled, users of other authentication methods except local authentication methods are allowed to log in and automatically create users (if the user does not exist)

### Only from source login

Se estiver habilitado, o usuário só se autenticará na fonte ao efetuar login; se estiver desabilitado, o usuário autenticará todos os métodos de autenticação habilitados em uma determinada ordem ao efetuar login e, desde que um dos métodos de autenticação seja bem sucedido, ele poderá efetuar login diretamente.<br>


---

# 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://wiki.datadike.com/product-guide/configuracoes/pam/system-settings/security/login-restriction.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.
