summaryrefslogtreecommitdiffstats
path: root/lib/setup.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/setup.php')
-rw-r--r--lib/setup.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/setup.php b/lib/setup.php
index 716b0ef063d..2ac91482e54 100644
--- a/lib/setup.php
+++ b/lib/setup.php
@@ -391,6 +391,9 @@ class OC_Setup {
self::createHtaccess();
}
+ // Set the admin auth time
+ OC_Config::setValue('enhancedauthtime', 15 * 60);
+
//and we are done
OC_Config::setValue('installed', true);
}