From b377b57516ce1193b4581be8b531cd0193f58d7d Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Sat, 1 Aug 2015 12:46:55 -0400 Subject: Add config parameter to disable/enable RememberMe authentication --- docs/config.markdown | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'docs') 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 ---------------------------- -- cgit v1.2.3