From bc063bce21ed39c90e3949cbe8c672178b2f7f88 Mon Sep 17 00:00:00 2001 From: Lukas Bestle Date: Wed, 16 Oct 2024 18:11:05 +0200 Subject: [PATCH] Update brute-force protection docs in reference --- .../6_system/1_options/0_auth/reference-article.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/docs/2_reference/6_system/1_options/0_auth/reference-article.txt b/content/docs/2_reference/6_system/1_options/0_auth/reference-article.txt index 6beffbe5a9..b0f450a44e 100644 --- a/content/docs/2_reference/6_system/1_options/0_auth/reference-article.txt +++ b/content/docs/2_reference/6_system/1_options/0_auth/reference-article.txt @@ -5,11 +5,11 @@ Text: ## Brute-force protection -The following options configure how fast Kirby's (link: docs/guide/security#passwords text: login brute-force protection) gets activated and how long it takes until the triggered protection is disabled again. +The following options configure how fast Kirby's (link: docs/guide/security#use-good-passwords text: login brute-force protection) gets activated and how long it takes until the triggered protection is disabled again. ### Number of trials -You can set the number of wrong trials per timeout period (see below) before login gets blocked for the current IP address and user. The default setting is 10. +You can set the number of wrong trials and login challenges (e.g. password reset, two-factor auth) per timeout period (see below) before login gets blocked for the current IP address and user. The default setting is 10. ```php return [