aboutsummaryrefslogtreecommitdiff
path: root/docs/CONFIGURATION.md
diff options
context:
space:
mode:
authorfeld <feld@feld.me>2019-12-13 16:58:29 +0000
committerfeld <feld@feld.me>2019-12-13 16:58:29 +0000
commit0b49e798e0737728e94ff8a284a4570acc7bac28 (patch)
treebfe101ff2213ca145b11f047a039ee4b7d28b2d8 /docs/CONFIGURATION.md
parent766a674a488c68a11be925639d7fd2a9242df9ae (diff)
parentd899d06973c7c46e77f9e47f480d6967e83b4adf (diff)
Merge branch 'feature/lockdown-timelines-private-mode' into 'develop'
interaction with BE private mode See merge request pleroma/pleroma-fe!989
Diffstat (limited to 'docs/CONFIGURATION.md')
-rw-r--r--docs/CONFIGURATION.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/CONFIGURATION.md b/docs/CONFIGURATION.md
index 3a21828b..0a9bbd7a 100644
--- a/docs/CONFIGURATION.md
+++ b/docs/CONFIGURATION.md
@@ -99,3 +99,6 @@ Setting this will change the warning text that is displayed for direct messages.
ATTENTION: If you actually want the behavior to change. You will need to set the appropriate option at the backend. See the backend documentation for information about that.
DO NOT activate this without checking the backend configuration first!
+
+### Private Mode
+If the `private` instance setting is enabled in the backend, features that are not accessible without authentication, such as the timelines and search will be disabled for unauthenticated users.