Pārlūkot izejas kodu

remove auth_remote from default configuration

Andrew Dolgov 11 gadi atpakaļ
vecāks
revīzija
e186015e4e
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      config.php-dist

+ 1 - 1
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_*).