doc: add warning on bruteforce doc (#2482)

This commit is contained in:
Maxime Besson 2021-06-14 15:08:36 +02:00
parent 3c8393bc54
commit 52c8ddb4cf

View File

@ -11,6 +11,13 @@ repeatedly trying to guess the password of an user. If disabled,
automated tools may submit thousands of password attempts in a matter of
seconds.
.. attention::
This plugin relies on the Login History, stored in users' persistent sessions.
This means that the persistent session backend will be accessed for every
login attempt, even fraudulent ones. This plugin is not meant to protect
against denial of service attacks.
Configuration
-------------