1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-06-24 11:56:36 +02:00

remove auth_remote from default configuration

This commit is contained in:
Andrew Dolgov 2013-04-07 01:13:30 +04:00
parent 814fa4ef11
commit e186015e4e

View File

@ -177,7 +177,7 @@
// if you experience weird errors and tt-rss failing to start, blank pages // if you experience weird errors and tt-rss failing to start, blank pages
// after login, or content encoding errors, disable it. // after login, or content encoding errors, disable it.
define('PLUGINS', 'auth_remote, auth_internal, note, updater'); define('PLUGINS', 'auth_internal, note, updater');
// Comma-separated list of plugins to load automatically for all users. // Comma-separated list of plugins to load automatically for all users.
// System plugins have to be specified here. Please enable at least one // System plugins have to be specified here. Please enable at least one
// authentication plugin here (auth_*). // authentication plugin here (auth_*).