From a905d89e86b303dc00738b3045ebf4ad9e32bfed Mon Sep 17 00:00:00 2001
From: Andrew Dolgov <fox@madoka.volgo-balt.ru>
Date: Sun, 7 Apr 2013 19:08:33 +0400
Subject: [PATCH] clarify single user mode description

---
 config.php-dist | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/config.php-dist b/config.php-dist
index 43c84518a..eb3339742 100644
--- a/config.php-dist
+++ b/config.php-dist
@@ -26,7 +26,8 @@
 
 	define('SINGLE_USER_MODE', false);
 	// Operate in single user mode, disables all functionality related to
-	// multiple users.
+	// multiple users and authentication. Enabling this assumes you have
+	// your tt-rss directory protected by other means (e.g. http auth).
 
 	define('SIMPLE_UPDATE_MODE', false);
 	// Enables fallback update mode where tt-rss tries to update feeds in
-- 
GitLab