From 14ff3862e3c7c5b602523bc22db346fde72474ec Mon Sep 17 00:00:00 2001 From: David Baker Date: Tue, 5 Jul 2016 15:15:44 +0100 Subject: [PATCH] More PR feedback --- api/client-server/registration.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api/client-server/registration.yaml b/api/client-server/registration.yaml index ce50e13a..f2e50390 100644 --- a/api/client-server/registration.yaml +++ b/api/client-server/registration.yaml @@ -141,7 +141,7 @@ paths: with an account on this Home Server. Note that, for consistency, this API takes JSON objects, though the Identity Server API takes ``x-www-form-urlencoded`` parameters. See the Identity Server API for - further information, including the full list of response coes. + further information. parameters: - in: body name: body @@ -180,7 +180,7 @@ paths: Part of the request was invalid. This may include one of the following error codes: * ``M_THREEPID_IN_USE`` : The email address is already registered to an account on this server. - however, if the home server has the ability to send email, it is recommended that the server + However, if the home server has the ability to send email, it is recommended that the server instead send an email to the user with instructions on how to reset their password. This prevents malicious parties from being able to determine if a given email address has an account on the Home Server in question.