1 files changed, 6 insertions, 0 deletions
diff --git a/develop/print.html b/develop/print.html
index fb7aa21059..4f506af5a2 100644
--- a/develop/print.html
+++ b/develop/print.html
@@ -7261,6 +7261,12 @@ oembed:
#
#registration_requires_token: true
+# Allow users to submit a token during registration to bypass any required 3pid
+# steps configured in `registrations_require_3pid`.
+# Defaults to false, requiring that registration tokens (if enabled) complete a 3pid flow.
+#
+#enable_registration_token_3pid_bypass: false
+
# If set, allows registration of standard or admin accounts by anyone who
# has the shared secret, even if registration is otherwise disabled.
#
|