summary refs log tree commit diff
path: root/INSTALL.md
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 /INSTALL.md
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 'INSTALL.md')
-rw-r--r--INSTALL.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/INSTALL.md b/INSTALL.md
index 2993f3a9e2..5c67f14ed6 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -402,8 +402,8 @@ This process uses a setting `registration_shared_secret` in
 `homeserver.yaml`, which is shared between Synapse itself and the
 `register_new_matrix_user` script. It doesn't matter what it is (a random
 value is generated by `--generate-config`), but it should be kept secret, as
-anyone with knowledge of it can register users on your server even if
-`enable_registration` is `false`.
+anyone with knowledge of it can register users, including admin accounts,
+on your server even if `enable_registration` is `false`.
 
 ## Setting up a TURN server