From 037b6e93aa1229698afcaae783f42f00f0e8fd64 Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Fri, 9 Oct 2020 03:45:44 +0000 Subject: [PATCH] generate documentation from config.sample.php --- .../config_sample_php_parameters.rst | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/admin_manual/configuration_server/config_sample_php_parameters.rst b/admin_manual/configuration_server/config_sample_php_parameters.rst index f77ced725..d504260fd 100644 --- a/admin_manual/configuration_server/config_sample_php_parameters.rst +++ b/admin_manual/configuration_server/config_sample_php_parameters.rst @@ -349,6 +349,20 @@ which can be used as passwords on their clients. Defaults to ``false`` +:: + + 'token_auth_activity_update' => 60, + +The interval at which token activity should be updated. + +Increasing this value means that the last activty on the security page gets +more outdated. + +Tokens are still checked every 5 minutes for validity +max value: 300 + +Defaults to ``300`` + :: 'auth.bruteforce.protection.enabled' => true,