summaryrefslogtreecommitdiff
path: root/config.default.php
diff options
context:
space:
mode:
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);