From b46d0474117f1dc07a2e6dcabe9b3c4c394be37f Mon Sep 17 00:00:00 2001 From: Maxime Dor Date: Sun, 24 Sep 2017 04:54:48 +0200 Subject: [PATCH] Add session disabled config --- docs/sessions/3pid.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/sessions/3pid.md b/docs/sessions/3pid.md index 2b1d2760..0f3a0ba6 100644 --- a/docs/sessions/3pid.md +++ b/docs/sessions/3pid.md @@ -325,3 +325,11 @@ at user login and prevent any further add. - This prevents users from initiating remote session to make their 3PID binds globally visible It is therefore recommended to not fully disable sessions but instead restrict specific set of 3PID and Session scopes. + +Use the following values to enable this mode: +``` +session: + policy: + validation: + enabled: false +```