diff options
author | Brendan Abolivier <babolivier@matrix.org> | 2020-06-03 16:55:02 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-03 16:55:02 +0200 |
commit | c9507be9895878367184afc513dac85fd7ff29e9 (patch) | |
tree | 8b82e816dec694c63a2b38005d06e5a67538898a /changelog.d | |
parent | Fix exceptions when fetching events from a down host. (#7622) (diff) | |
download | synapse-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.misc | 1 |
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`. |