Add config parameter to disable/enable RememberMe authentication

This commit is contained in:
Frederic Guillot
2015-08-01 12:46:55 -04:00
parent fb44818707
commit b377b57516
6 changed files with 20 additions and 3 deletions

View File

@@ -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
----------------------------