summaryrefslogtreecommitdiff
path: root/config.php-dist
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-04-07 01:13:30 +0400
committerAndrew Dolgov <[email protected]>2013-04-07 01:13:33 +0400
commite186015e4e151128987898d53c8c9386d120698d (patch)
tree053bfc4b3c832546944979ed42ae7dc58c739869 /config.php-dist
parent814fa4ef117b13f40c7fd94dca13b6b1ddda791b (diff)
remove auth_remote from default configuration
Diffstat (limited to 'config.php-dist')
-rw-r--r--config.php-dist2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.php-dist b/config.php-dist
index 860b8ba20..43672a066 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_*).