summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/config.markdown8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/config.markdown b/docs/config.markdown
index 5fb6bb18..b5c3ce0d 100644
--- a/docs/config.markdown
+++ b/docs/config.markdown
@@ -185,6 +185,14 @@ define('REVERSE_PROXY_DEFAULT_ADMIN', '');
define('REVERSE_PROXY_DEFAULT_DOMAIN', '');
```
+RememberMe Authentication settings
+----------------------------------
+
+```php
+// Enable/disable remember me authentication
+define('REMEMBER_ME_AUTH', true);
+```
+
Secure HTTP headers settings
----------------------------