]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - application/config/ConfigManager.php
Merge pull request #944 from thewilli/configure-rememberme
[github/shaarli/Shaarli.git] / application / config / ConfigManager.php
index 0fc5a5c7f2b319401fe698c77a88b1fcb0786f62..fdd5b3d76a109b0e16b93f6020e448df2613dfdf 100644 (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);