Merge pull request #2279 from matrix-org/travis/spec/is-no-bind

Remove bind_* params on /register as per MSC2140
pull/2280/head
Travis Ralston 5 years ago committed by GitHub
commit 5a434ea7ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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: |-

@ -0,0 +1 @@
Remove ``bind_msisdn`` and ``bind_email`` from ``/register`` now that the identity server's bind endpoint requires authentication.
Loading…
Cancel
Save