diff options
| author | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2013-04-07 19:08:33 +0400 |
|---|---|---|
| committer | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2013-04-07 19:08:33 +0400 |
| commit | a905d89e86b303dc00738b3045ebf4ad9e32bfed (patch) | |
| tree | bb1263a02fca01b5a8c73b500ca7de9776df989e | |
| parent | 0bcf69e12d57d4057ddbda6187e1becab176715f (diff) | |
clarify single user mode description
| -rw-r--r-- | config.php-dist | 3 |
1 files changed, 2 insertions, 1 deletions
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 |