From dbc33eb9896c3584e66d8f712efd8f92ea79e61d Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Mon, 4 Mar 2024 02:49:46 +0000 Subject: [PATCH] generate documentation from config.sample.php --- .../configuration_server/config_sample_php_parameters.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/admin_manual/configuration_server/config_sample_php_parameters.rst b/admin_manual/configuration_server/config_sample_php_parameters.rst index 08e3a0293..a9e1e23e6 100644 --- a/admin_manual/configuration_server/config_sample_php_parameters.rst +++ b/admin_manual/configuration_server/config_sample_php_parameters.rst @@ -606,7 +606,7 @@ auth.bruteforce.protection.enabled 'auth.bruteforce.protection.enabled' => true, -Whether the bruteforce protection shipped with Nextcloud should be enabled or not. +Whether the brute force protection shipped with Nextcloud should be enabled or not. Disabling this is discouraged for security reasons. @@ -620,9 +620,9 @@ auth.bruteforce.protection.testing 'auth.bruteforce.protection.testing' => false, -Whether the bruteforce protection shipped with Nextcloud should be set to testing mode. +Whether the brute force protection shipped with Nextcloud should be set to testing mode. -In testing mode bruteforce attempts are still recorded, but the requests do +In testing mode brute force attempts are still recorded, but the requests do not sleep/wait for the specified time. They will still abort with "429 Too Many Requests" when the maximum delay is reached. Enabling this is discouraged for security reasons