Let's not doubly remove things

This commit is contained in:
Travis Ralston 2019-08-30 08:27:44 -06:00
parent 9f41ae50b1
commit b36fe24f1b

View file

@ -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 Users wishing to bind their 3rd party identifiers can do so after registration, and
clients can automate this if they so desire. clients can automate this if they so desire.
Similarly, `bind_email` and `bind_msisdn` are deprecated with intention to be removed Note that `bind_email` and `bind_msisdn` on `/register` have already been removed
in a future specification version on `/register`. The flags have no effect if no `id_server` by [MSC2140](https://github.com/matrix-org/matrix-doc/pull/2140).
is being used.
As per [MSC2140](https://github.com/matrix-org/matrix-doc/pull/2140), an `id_access_token` 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. is required only if an `id_server` is supplied.