Skip to content

Commit

Permalink
Remove bind_* params on /register as per MSC2140
Browse files Browse the repository at this point in the history
See #2140
See #2253
  • Loading branch information
turt2live committed Sep 3, 2019
1 parent 1f2acbc commit 52e6868
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions api/client-server/registration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |-
Expand Down

0 comments on commit 52e6868

Please sign in to comment.