mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2025-04-04 00:17:06 +00:00
Increase session lifetime from 10 minutes to 1 hour
This commit is contained in:
parent
6c24a130b9
commit
177fd19b9b
@ -138,6 +138,8 @@ cat > $RCM_CONFIG <<EOF;
|
||||
\$config['login_username_filter'] = 'email';
|
||||
\$config['password_charset'] = 'UTF-8';
|
||||
\$config['junk_mbox'] = 'Spam';
|
||||
// Session lifetime in minutes
|
||||
\$config['session_lifetime'] = 60;
|
||||
\$config['ldap_public']['public'] = array(
|
||||
'name' => 'Directory',
|
||||
'hosts' => array('${LDAP_SERVER}'),
|
||||
|
Loading…
Reference in New Issue
Block a user