summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorRichard van der Hoff <1389908+richvdh@users.noreply.github.com>2020-12-03 15:41:19 +0000
committerGitHub <noreply@github.com>2020-12-03 15:41:19 +0000
commitcf3b8156bec7d137894ebc3f6998c3c81a3854aa (patch)
tree62e18df0e6190c7c79750ac0e65dd0f2de62ad0e /changelog.d
parentMerge pull request #8861 from matrix-org/rav/remove_unused_mocks (diff)
downloadsynapse-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.bugfix1
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.