# Подбор пароля

Уведомление поступает, когда человек вводит многократно неправильный пароль.

{% hint style="info" %}
По умолчанию задано 3 попытки, после которых происходит блокировка аккаунта и отправляется уведомление.

Настроить данный функционал можно в [Корне системы](/passoffice/passoffice-guide/admin-guide-doc/konfigurirovanie/system-root.md).
{% endhint %}

| Название переменной | Тип переменной                                                                                                        | Комментарии                               |
| ------------------- | --------------------------------------------------------------------------------------------------------------------- | ----------------------------------------- |
| operator            | Объект [Оператор](/passoffice/passoffice-guide/admin-guide-doc/administration/kanaly-opoveshenii/variables/object.md) | Тот человек, под которым попытались зайти |

Уведомление отправляется по почте, sms, telegram, push-уведомлениям и mattermost.

> Например, если необходимо в уведомлении получить ФИО оператора, используйте следующий шаблон: Возможно, произошла попытка подбора пароля у пользователя **%operator.personal.fullName%**. Его аккаунт временно **заблокирован**.


---

# 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://docs.aamsystems.ru/passoffice/passoffice-guide/admin-guide-doc/administration/kanaly-opoveshenii/variables/podbor-parolya.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.
