mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-25 10:09:20 +03:00
Add login.login_lowercase setting (#814)
This commit is contained in:
parent
6f4b7b8156
commit
e0ba6aba9f
3 changed files with 15 additions and 4 deletions
|
|
@ -255,6 +255,8 @@ class Application extends \RainLoop\Config\AbstractConfig
|
|||
'forgot_password_link_url' => array('', ''),
|
||||
'registration_link_url' => array('', ''),
|
||||
|
||||
'login_lowercase' => array(true, ''),
|
||||
|
||||
'sign_me_auto' => array(\RainLoop\Enumerations\SignMeType::DEFAILT_OFF,
|
||||
'This option allows webmail to remember the logged in user
|
||||
once they closed the browser window.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue