diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2020-12-03 15:41:19 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-03 15:41:19 +0000 |
commit | cf3b8156bec7d137894ebc3f6998c3c81a3854aa (patch) | |
tree | 62e18df0e6190c7c79750ac0e65dd0f2de62ad0e /changelog.d | |
parent | Merge pull request #8861 from matrix-org/rav/remove_unused_mocks (diff) | |
download | synapse-cf3b8156bec7d137894ebc3f6998c3c81a3854aa.tar.xz |
Fix errorcode for disabled registration (#8867)
The spec says we should return `M_FORBIDDEN` when someone tries to register and registration is disabled.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/8867.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/8867.bugfix b/changelog.d/8867.bugfix new file mode 100644 index 0000000000..f2414ff111 --- /dev/null +++ b/changelog.d/8867.bugfix @@ -0,0 +1 @@ +Fix the error code that is returned when a user tries to register on a homeserver on which new-user registration has been disabled. |