From 573e578c2f98661dbd8a4a9a7e5d15e3f9f5bbae Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Wed, 23 Aug 2023 02:53:30 +0000 Subject: [PATCH] generate documentation from config.sample.php --- .../config_sample_php_parameters.rst | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/admin_manual/configuration_server/config_sample_php_parameters.rst b/admin_manual/configuration_server/config_sample_php_parameters.rst index 54e480ee3c8..cd3dc687462 100644 --- a/admin_manual/configuration_server/config_sample_php_parameters.rst +++ b/admin_manual/configuration_server/config_sample_php_parameters.rst @@ -572,6 +572,24 @@ Disabling this is discouraged for security reasons. Defaults to ``true`` +auth.bruteforce.protection.testing +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + + +:: + + 'auth.bruteforce.protection.testing' => false, + +Whether the bruteforce protection shipped with Nextcloud should be set to testing mode. + +In testing mode bruteforce 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 +and should only be done for debugging and on CI when running tests. + +Defaults to ``false`` + ratelimit.protection.enabled ^^^^^^^^^^^^^^^^^^^^^^^^^^^^