summary refs log tree commit diff
path: root/synapse/config
diff options
context:
space:
mode:
authorAaron Raimist <aaron@raim.ist>2019-03-11 13:21:52 -0500
committerRichard van der Hoff <1389908+richvdh@users.noreply.github.com>2019-03-11 18:21:52 +0000
commit8ea1b41a0e353da2d3ec3b7f5ee3bd240261c668 (patch)
tree4d15ebcfdb2688e56d63c002286a1c6a2439cf9b /synapse/config
parentMake federation endpoints more tolerant of trailing slashes for some endpoint... (diff)
downloadsynapse-8ea1b41a0e353da2d3ec3b7f5ee3bd240261c668.tar.xz
Clarify what registration_shared_secret allows for (#2885) (#4844)
* Clarify what registration_shared_secret allows for (#2885)

Signed-off-by: Aaron Raimist <aaron@raim.ist>

* Add changelog

Signed-off-by: Aaron Raimist <aaron@raim.ist>
Diffstat (limited to 'synapse/config')
-rw-r--r--synapse/config/registration.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/synapse/config/registration.py b/synapse/config/registration.py
index d34dc9e456..a123f25a68 100644
--- a/synapse/config/registration.py
+++ b/synapse/config/registration.py
@@ -92,8 +92,8 @@ class RegistrationConfig(Config):
         #  - medium: msisdn
         #    pattern: '\\+44'
 
-        # If set, allows registration by anyone who also has the shared
-        # secret, even if registration is otherwise disabled.
+        # If set, allows registration of standard or admin accounts by anyone who
+        # has the shared secret, even if registration is otherwise disabled.
         #
         %(registration_shared_secret)s