diff --git a/security.rst b/security.rst index 86d4e9a6fa0..6720fb9a6e1 100644 --- a/security.rst +++ b/security.rst @@ -1476,7 +1476,7 @@ By default, login attempts are limited on ``max_attempts`` (default: 5) failed requests for ``IP address + username`` and ``5 * max_attempts`` failed requests for ``IP address``. The second limit protects against an attacker using multiple usernames from bypassing the first limit, without -distrupting normal users on big networks (such as offices). +disrupting normal users on big networks (such as offices). .. tip::