From 249c86dbf22df38bbbf9b9c9c3a1d47edfec8563 Mon Sep 17 00:00:00 2001 From: Bruno Baguette <1922257+Levure@users.noreply.github.com> Date: Tue, 2 Nov 2021 21:52:33 +0100 Subject: [PATCH] =?UTF-8?q?Typo=20fix=20:=20distrupting=20=E2=9E=A4=20disr?= =?UTF-8?q?upting?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- security.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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::