Merge pull request #2279 from matrix-org/travis/spec/is-no-bind
Remove bind_* params on /register as per MSC2140
This commit is contained in:
commit
5a434ea7ac
2 changed files with 1 additions and 12 deletions
|
@ -95,18 +95,6 @@ paths:
|
||||||
should be authenticated, but is instead used to
|
should be authenticated, but is instead used to
|
||||||
authenticate the ``register`` call itself.
|
authenticate the ``register`` call itself.
|
||||||
"$ref": "definitions/auth_data.yaml"
|
"$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:
|
username:
|
||||||
type: string
|
type: string
|
||||||
description: |-
|
description: |-
|
||||||
|
|
1
changelogs/client_server/newsfragments/2279.feature
Normal file
1
changelogs/client_server/newsfragments/2279.feature
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Remove ``bind_msisdn`` and ``bind_email`` from ``/register`` now that the identity server's bind endpoint requires authentication.
|
Loading…
Add table
Add a link
Reference in a new issue