From 37c59466f2c4e561c2b76aa378ed673f969c3ac7 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Thu, 30 Dec 2021 15:58:35 +0100 Subject: [PATCH] Update config.php --- conf/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/config.php b/conf/config.php index dab1552..c25910c 100644 --- a/conf/config.php +++ b/conf/config.php @@ -25,7 +25,7 @@ // You need to set this option correctly otherwise several features // including PUSH, bookmarklets and browser integration will not work properly. - putenv('TTRSS_SINGLE_USER_MODE=true'); + putenv('TTRSS_SINGLE_USER_MODE=false'); // Operate in single user mode, disables all functionality related to // multiple users and authentication. Enabling this assumes you have // your tt-rss directory protected by other means (e.g. http auth).