aboutsummaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2016-08-01 18:10:46 +0200
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2016-08-01 18:10:46 +0200
commitc6fd65ef7639cd67487c831db10dd79e4510efa6 (patch)
tree2c825413c26df7d0c5394d01c2599003cab87c0b /data
parent93f7f849874dcdf1263370ff08c72a962f8de56f (diff)
parent17c3e616e8c3b927ee46258a8b8b20371bf59592 (diff)
Resolve git conflict
Diffstat (limited to 'data')
-rw-r--r--data/config.default.php1
-rw-r--r--data/users/_/config.default.php1
2 files changed, 0 insertions, 2 deletions
diff --git a/data/config.default.php b/data/config.default.php
index cae15330f..be3fa8ae2 100644
--- a/data/config.default.php
+++ b/data/config.default.php
@@ -40,7 +40,6 @@ return array(
# Login method:
# `none` is without password and shows only the default user;
# `form` is a conventional Web login form;
- # `persona` is the email-based login by Mozilla;
# `http_auth` is an access controled by the HTTP Web server (e.g. `/FreshRSS/p/i/.htaccess` for Apache)
# if you use `http_auth`, remember to protect only `/FreshRSS/p/i/`,
# and in particular not protect `/FreshRSS/p/api/` if you would like to use the API (different login system).
diff --git a/data/users/_/config.default.php b/data/users/_/config.default.php
index 8f8ff528c..4a3403453 100644
--- a/data/users/_/config.default.php
+++ b/data/users/_/config.default.php
@@ -5,7 +5,6 @@ return array (
'old_entries' => 3,
'keep_history_default' => 0,
'ttl_default' => 3600,
- 'mail_login' => '',
'token' => '',
'passwordHash' => '',
'apiPasswordHash' => '',