]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - application/config/ConfigManager.php
added option to redirect all anonymous users to login page
[github/shaarli/Shaarli.git] / application / config / ConfigManager.php
index fdd5b3d76a109b0e16b93f6020e448df2613dfdf..32f6ef6db5418044a12fd92959e19a2d7634a029 100644 (file)
@@ -327,6 +327,7 @@ class ConfigManager
 
         $this->setEmpty('privacy.default_private_links', false);
         $this->setEmpty('privacy.hide_public_links', false);
+        $this->setEmpty('privacy.force_login', 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);