Remove v1/register's broken shared secret functionality (#3703)

This commit is contained in:
Amber Brown 2018-08-18 00:55:01 +10:00 committed by GitHub
parent 63260397c6
commit 04f5d2db62
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 54 deletions

1
changelog.d/3703.removal Normal file
View file

@ -0,0 +1 @@
The Shared-Secret registration method of the legacy v1/register REST endpoint has been removed. For a replacement, please see [the admin/register API documentation](https://github.com/matrix-org/synapse/blob/master/docs/admin_api/register_api.rst).