Clear up some wording

pull/977/head
Andrew Morgan 6 years ago
parent 8a6ef187db
commit a8edb066aa

@ -213,8 +213,10 @@ paths:
The homeserver should check that the given email address is **not** The homeserver should check that the given email address is **not**
already associated with an account on this homeserver. The homeserver already associated with an account on this homeserver. The homeserver
has the choice of validating the email address itself, or proxying the has the choice of validating the email address itself, or proxying the
request to the ``validate/email/requestToken`` Identity Server API on request to the ``validate/email/requestToken`` Identity Server API. The
the server sent in ``id_server``. request should be proxied to the domain that is sent by the client in
the ``id_server``. It is imperative that the homeserver keep a list of
trusted Identity Servers and only proxies to those it trusts.
operationId: requestTokenToRegisterEmail operationId: requestTokenToRegisterEmail
parameters: parameters:
- in: body - in: body
@ -301,8 +303,10 @@ paths:
The homeserver should check that the given phone number is **not** The homeserver should check that the given phone number is **not**
already associated with an account on this homeserver. The homeserver already associated with an account on this homeserver. The homeserver
has the choice of validating the phone number itself, or proxying the has the choice of validating the phone number itself, or proxying the
request to the ``validate/msisdn/requestToken`` Identity Server API on request to the ``validate/msisdn/requestToken`` Identity Server API. The
the server sent in ``id_server``. request should be proxied to the domain that is sent by the client in
the ``id_server``. It is imperative that the homeserver keep a list of
trusted Identity Servers and only proxies to those it trusts.
operationId: requestTokenToRegisterMSISDN operationId: requestTokenToRegisterMSISDN
parameters: parameters:
- in: body - in: body
@ -453,7 +457,11 @@ paths:
The homeserver has the choice of validating the email address itself, The homeserver has the choice of validating the email address itself,
or proxying the request to the ``validate/email/requestToken`` Identity or proxying the request to the ``validate/email/requestToken`` Identity
server api on the server sent in ``id_server``. Server API. The request should be proxied to the domain that is sent by
the client in the ``id_server``. It is imperative that the homeserver
keep a list of trusted Identity Servers and only proxies to those it
trusts.
.. |/register/email/requestToken| replace:: ``/register/email/requestToken`` .. |/register/email/requestToken| replace:: ``/register/email/requestToken``
@ -536,9 +544,12 @@ paths:
prompting the user to create an account. ``M_THREEPID_IN_USE`` may not prompting the user to create an account. ``M_THREEPID_IN_USE`` may not
be returned. be returned.
The homeserver has the choice of validating the phone number itself, or The homeserver has the choice of validating the phone number itself,
proxying the request to the ``validate/msisdn/requestToken`` Identity or proxying the request to the ``validate/msisdn/requestToken`` Identity
server api on the server sent in ``id_server``. Server API. The request should be proxied to the domain that is sent by
the client in the ``id_server``. It is imperative that the homeserver
keep a list of trusted Identity Servers and only proxies to those it
trusts.
.. |/register/msisdn/requestToken| replace:: ``/register/msisdn/requestToken`` .. |/register/msisdn/requestToken| replace:: ``/register/msisdn/requestToken``

Loading…
Cancel
Save