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:
parent
f9579aa2a5
commit
3cfef10b27
1 changed files with 1 additions and 1 deletions
|
@ -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_*).
|
||||
|
|
Loading…
Reference in a new issue