Merge pull request from thewilli/configure-rememberme

new setting: default value for 'remember me' checkbox
This commit is contained in:
VirtualTam 2017-08-27 16:36:53 +02:00 committed by GitHub
commit e4ed3a46b7
5 changed files with 13 additions and 3 deletions
application/config

View file

@ -328,6 +328,8 @@ class ConfigManager
$this->setEmpty('privacy.default_private_links', false);
$this->setEmpty('privacy.hide_public_links', false);
$this->setEmpty('privacy.hide_timestamps', false);
// default state of the 'remember me' checkbox of the login form
$this->setEmpty('privacy.remember_user_default', true);
$this->setEmpty('thumbnail.enable_thumbnails', true);
$this->setEmpty('thumbnail.enable_localcache', true);