diff options
| author | 2016-08-01 18:07:03 +0200 | |
|---|---|---|
| committer | 2016-08-01 18:07:03 +0200 | |
| commit | 17c3e616e8c3b927ee46258a8b8b20371bf59592 (patch) | |
| tree | 10bbc982d913fc6077701516bfdd212d4a6a2a84 /README.md | |
| parent | 75d175c0ebe138211064b107641cf3979a5cb032 (diff) | |
| parent | c1548e732d7472c40473b3d99858059333a05eae (diff) | |
Merge pull request #1187 from Alkarex/remove_persona
Remove Mozilla Persona login
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -89,7 +89,6 @@ sudo chmod -R g+w ./data/ # Access control It is needed for the multi-user mode to limit access to FreshRSS. You can: * use form authentication (need JavaScript and PHP 5.3.7+, works with some PHP 5.3.3+) -* use [Mozilla Persona](https://login.persona.org/about) authentication included in FreshRSS * use HTTP authentication supported by your web server * See [Apache documentation](http://httpd.apache.org/docs/trunk/howto/auth.html) * In that case, create a `./p/i/.htaccess` file with a matching `.htpasswd` file. @@ -111,7 +110,7 @@ For example, if you want to run the script every hour: * If you encounter any problem, logs are accessible from the interface or manually in `./data/log/*.log` files. # Backup -* You need to keep `./data/config.php`, `./data/*_user.php` and `./data/persona/` files +* You need to keep `./data/config.php`, and `./data/*_user.php` files * You can export your feed list in OPML format from FreshRSS * To save articles, you can use [phpMyAdmin](http://www.phpmyadmin.net) or MySQL tools: |
