From: Sandro Santilli Date: Fri, 21 Apr 2017 15:19:58 +0000 (+0200) Subject: Add auth_cookie_lifetime variable to installation config template X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=e08228ca09a9477e903bfb4008500fe6fdeadd78;p=friendica.git Add auth_cookie_lifetime variable to installation config template --- 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;