mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-01-09 09:23:43 +01:00
Let's not doubly remove things
This commit is contained in:
parent
9f41ae50b1
commit
b36fe24f1b
|
|
@ -23,9 +23,8 @@ remove the identity server's ability to be involved in password resets/registrat
|
|||
Users wishing to bind their 3rd party identifiers can do so after registration, and
|
||||
clients can automate this if they so desire.
|
||||
|
||||
Similarly, `bind_email` and `bind_msisdn` are deprecated with intention to be removed
|
||||
in a future specification version on `/register`. The flags have no effect if no `id_server`
|
||||
is being used.
|
||||
Note that `bind_email` and `bind_msisdn` on `/register` have already been removed
|
||||
by [MSC2140](https://github.com/matrix-org/matrix-doc/pull/2140).
|
||||
|
||||
As per [MSC2140](https://github.com/matrix-org/matrix-doc/pull/2140), an `id_access_token`
|
||||
is required only if an `id_server` is supplied.
|
||||
|
|
|
|||
Loading…
Reference in a new issue