From 52e6868f5095d16bd3c72f73d797b208ebe2d1fc Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Tue, 3 Sep 2019 15:03:41 -0600 Subject: [PATCH] Remove bind_* params on /register as per MSC2140 See https://github.com/matrix-org/matrix-doc/pull/2140 See https://github.com/matrix-org/matrix-doc/issues/2253 --- api/client-server/registration.yaml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/api/client-server/registration.yaml b/api/client-server/registration.yaml index 71177d0c..8bb9a027 100644 --- a/api/client-server/registration.yaml +++ b/api/client-server/registration.yaml @@ -95,18 +95,6 @@ paths: should be authenticated, but is instead used to authenticate the ``register`` call itself. "$ref": "definitions/auth_data.yaml" - bind_email: - type: boolean - description: |- - If true, the server binds the email used for authentication to - the Matrix ID with the identity server. - example: false - bind_msisdn: - type: boolean - description: |- - If true, the server binds the phone number used for authentication - to the Matrix ID with the identity server. - example: false username: type: string description: |-