aboutsummaryrefslogtreecommitdiff
path: root/p/i
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2014-03-02 13:35:09 +0100
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2014-03-02 13:35:09 +0100
commitb07f9157b18bffdb28833ed1363284571be3644e (patch)
tree3c286a51aad917da502e63cbd102798d778ac4f5 /p/i
parent70e50d449ff51845043986aa92e98534a07828ea (diff)
New unsafe autologin mode
https://github.com/marienfressinaud/FreshRSS/issues/440
Diffstat (limited to 'p/i')
-rw-r--r--p/i/install.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/p/i/install.php b/p/i/install.php
index 720813323..a7563d5ee 100644
--- a/p/i/install.php
+++ b/p/i/install.php
@@ -235,6 +235,9 @@ function saveStep3 () {
'default_user' => $_SESSION['default_user'],
'auth_type' => $_SESSION['auth_type'],
'allow_anonymous' => isset($_SESSION['allow_anonymous']) ? $_SESSION['allow_anonymous'] : false,
+ 'allow_anonymous_refresh' => false,
+ 'unsafe_autologin_enabled' => false,
+ 'api_enabled' => false,
),
'db' => array(
'type' => $_SESSION['bd_type'],