From e08228ca09a9477e903bfb4008500fe6fdeadd78 Mon Sep 17 00:00:00 2001 From: Sandro Santilli Date: Fri, 21 Apr 2017 17:19:58 +0200 Subject: [PATCH] Add auth_cookie_lifetime variable to installation config template --- view/templates/htconfig.tpl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/view/templates/htconfig.tpl b/view/templates/htconfig.tpl index 03a70986be..1aba902ad6 100644 --- a/view/templates/htconfig.tpl +++ b/view/templates/htconfig.tpl @@ -99,3 +99,6 @@ $a->config['system']['no_regfullname'] = true; // Location of the global directory $a->config['system']['directory'] = 'http://dir.friendi.ca'; + +// Authentication cookie lifetime, in days +$a->config['system']['auth_cookie_lifetime'] = 7;