synapse/changelog.d/8867.bugfix
Richard van der Hoff cf3b8156be
Fix errorcode for disabled registration (#8867)
The spec says we should return `M_FORBIDDEN` when someone tries to register and
registration is disabled.
2020-12-03 15:41:19 +00:00

2 lines
132 B
Plaintext

Fix the error code that is returned when a user tries to register on a homeserver on which new-user registration has been disabled.