From b36fe24f1b719d8650de39187f112ebe0fada041 Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Fri, 30 Aug 2019 08:27:44 -0600 Subject: [PATCH] Let's not doubly remove things --- proposals/2263-homeserver-pw-resets.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/proposals/2263-homeserver-pw-resets.md b/proposals/2263-homeserver-pw-resets.md index 564d1e45..3b58af17 100644 --- a/proposals/2263-homeserver-pw-resets.md +++ b/proposals/2263-homeserver-pw-resets.md @@ -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.