summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorBrendan Abolivier <babolivier@matrix.org>2020-06-03 16:55:02 +0200
committerGitHub <noreply@github.com>2020-06-03 16:55:02 +0200
commitc9507be9895878367184afc513dac85fd7ff29e9 (patch)
tree8b82e816dec694c63a2b38005d06e5a67538898a /changelog.d
parentFix exceptions when fetching events from a down host. (#7622) (diff)
downloadsynapse-c9507be9895878367184afc513dac85fd7ff29e9.tar.xz
Check if the localpart is reserved for guests earlier in the registration flow (#7625)
This is so the user is warned about the username not being valid as soon as possible, rather than only once they've finished UIA.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/7625.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/7625.misc b/changelog.d/7625.misc
new file mode 100644
index 0000000000..4c61d8d99f
--- /dev/null
+++ b/changelog.d/7625.misc
@@ -0,0 +1 @@
+Check if the localpart of a Matrix ID is reserved for guest users earlier in the registration flow, as well as when responding to requests to `/register/available`.