From a25a363592bb7479dee4c9225102ba7334aca053 Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Mon, 5 Oct 2020 03:48:21 +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 35295bcb6..ad0007b4f 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,