summaryrefslogtreecommitdiff
path: root/config.default.php
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2015-08-01 12:46:55 -0400
committerFrederic Guillot <fred@kanboard.net>2015-08-01 12:46:55 -0400
commitb377b57516ce1193b4581be8b531cd0193f58d7d (patch)
treefaff50e1ca948ee195ae13a0cbdc2787871fe375 /config.default.php
parentfb448187078ace6574f145c39c319c38a287c84b (diff)
Add config parameter to disable/enable RememberMe authentication
Diffstat (limited to 'config.default.php')
-rw-r--r--config.default.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.default.php b/config.default.php
index 2ec7d674..9c1a833d 100644
--- a/config.default.php
+++ b/config.default.php
@@ -142,6 +142,9 @@ define('REVERSE_PROXY_DEFAULT_ADMIN', '');
// Default domain to use for setting the email address
define('REVERSE_PROXY_DEFAULT_DOMAIN', '');
+// Enable/disable remember me authentication
+define('REMEMBER_ME_AUTH', true);
+
// Enable or disable "Strict-Transport-Security" HTTP header
define('ENABLE_HSTS', true);