]> git.wh0rd.org - tt-rss.git/commitdiff
remove auth_remote from default configuration
authorAndrew Dolgov <fox@madoka.volgo-balt.ru>
Sat, 6 Apr 2013 21:13:30 +0000 (01:13 +0400)
committerAndrew Dolgov <fox@madoka.volgo-balt.ru>
Sat, 6 Apr 2013 21:13:33 +0000 (01:13 +0400)
config.php-dist

index 860b8ba2030e9b4e73b9db9629bb8f5da06a01e2..43672a066e51118a031cac5bac916e882683d4b1 100644 (file)
        // 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_*).