diff options
| author | 2016-08-01 18:07:03 +0200 | |
|---|---|---|
| committer | 2016-08-01 18:07:03 +0200 | |
| commit | 17c3e616e8c3b927ee46258a8b8b20371bf59592 (patch) | |
| tree | 10bbc982d913fc6077701516bfdd212d4a6a2a84 /data/config.default.php | |
| parent | 75d175c0ebe138211064b107641cf3979a5cb032 (diff) | |
| parent | c1548e732d7472c40473b3d99858059333a05eae (diff) | |
Merge pull request #1187 from Alkarex/remove_persona
Remove Mozilla Persona login
Diffstat (limited to 'data/config.default.php')
| -rw-r--r-- | data/config.default.php | 1 |
1 files changed, 0 insertions, 1 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). |
