From: Andrew Dolgov Date: Sat, 6 Apr 2013 21:13:30 +0000 (+0400) Subject: remove auth_remote from default configuration X-Git-Tag: 1.7.9~48 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=e186015e4e151128987898d53c8c9386d120698d;p=tt-rss.git remove auth_remote from default configuration --- diff --git a/config.php-dist b/config.php-dist index 860b8ba2..43672a06 100644 --- a/config.php-dist +++ b/config.php-dist @@ -177,7 +177,7 @@ // if you experience weird errors and tt-rss failing to start, blank pages // 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. // System plugins have to be specified here. Please enable at least one // authentication plugin here (auth_*).