From 11368d6060bfc0fd574b8c95d177bd6079bc3c29 Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Tue, 4 Apr 2023 04:41:32 +0000 Subject: [PATCH] generate documentation from config.sample.php --- .../config_sample_php_parameters.rst | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/admin_manual/configuration_server/config_sample_php_parameters.rst b/admin_manual/configuration_server/config_sample_php_parameters.rst index b0431a759..4a33f1f51 100644 --- a/admin_manual/configuration_server/config_sample_php_parameters.rst +++ b/admin_manual/configuration_server/config_sample_php_parameters.rst @@ -369,7 +369,7 @@ Defaults to ``false`` The interval at which token activity should be updated. -Increasing this value means that the last activty on the security page gets +Increasing this value means that the last activity on the security page gets more outdated. Tokens are still checked every 5 minutes for validity @@ -387,6 +387,16 @@ Disabling this is discouraged for security reasons. Defaults to ``true`` +:: + + 'ratelimit.protection.enabled' => true, + +Whether the rate limit protection shipped with Nextcloud should be enabled or not. + +Disabling this is discouraged for security reasons. + +Defaults to ``true`` + :: 'auth.webauthn.enabled' => true,