Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorLukas Reschke <lukas@statuscode.ch>2012-10-16 03:02:03 +0400
committerLukas Reschke <lukas@statuscode.ch>2012-10-16 03:02:03 +0400
commit6f2e8788ca7cc8edb677b8596f39c90c3f13be77 (patch)
treee8db9173ff68a359d015349f0d744ab48c4f87c3 /config
parentf4142bd2a8508577ca0abc1f6d84b59dc6de26e5 (diff)
Make enhanced auth time configurable
Diffstat (limited to 'config')
-rw-r--r--config/config.sample.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/config/config.sample.php b/config/config.sample.php
index 09eb6053c24..762633c7832 100644
--- a/config/config.sample.php
+++ b/config/config.sample.php
@@ -30,6 +30,9 @@ $CONFIG = array(
/* Force use of HTTPS connection (true = use HTTPS) */
"forcessl" => false,
+/* Time in seconds how long an user is authenticated without entering his password again before performing sensitive actions like creating or deleting users etc...*/
+"enhancedauthtime" => 15 * 60,
+
/* Theme to use for ownCloud */
"theme" => "",