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;