Merge pull request #944 from thewilli/configure-rememberme
new setting: default value for 'remember me' checkbox
This commit is contained in:
commit
e4ed3a46b7
5 changed files with 13 additions and 3 deletions
application/config
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue