1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/ttrss_ynh.git synced 2024-10-01 13:34:46 +02:00

Update config.php

add plugin to auth
This commit is contained in:
titoko 2013-11-24 20:17:13 +01:00
parent f9579aa2a5
commit 3cfef10b27

View file

@ -191,7 +191,7 @@ define('ENABLE_GZIP_OUTPUT', false);
// if you experience weird errors and tt-rss failing to start, blank pages
// after login, or content encoding errors, disable it.
define('PLUGINS', 'auth_internal, note, updater');
define('PLUGINS', 'auth_remote, 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_*).