From ba4e76f1c45a53048992c7b9e7bd450078aec8d9 Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Sat, 7 Dec 2024 03:14:50 +0000 Subject: [PATCH] generate documentation from config.sample.php --- .../config_sample_php_parameters.rst | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/admin_manual/configuration_server/config_sample_php_parameters.rst b/admin_manual/configuration_server/config_sample_php_parameters.rst index 8d73db1ea..4edc56895 100644 --- a/admin_manual/configuration_server/config_sample_php_parameters.rst +++ b/admin_manual/configuration_server/config_sample_php_parameters.rst @@ -687,6 +687,22 @@ and should only be done for debugging and on CI when running tests. Defaults to ``false`` +auth.bruteforce.max-attempts +^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + + +:: + + 'auth.bruteforce.max-attempts' => 10, + +Brute force protection: maximum number of attempts before blocking + +When more than max-attempts login requests are sent to Nextcloud, requests +will abort with "429 Too Many Requests". +For security reasons, change it only if you know what you are doing. + +Defaults to ``10`` + ratelimit.protection.enabled ^^^^^^^^^^^^^^^^^^^^^^^^^^^^