Merge branch 'anoa/msc2078' of github.com:matrix-org/matrix-doc into anoa/msc2078

* 'anoa/msc2078' of github.com:matrix-org/matrix-doc:
  Update proposals/2078-homeserver-password-resets.md
This commit is contained in:
Andrew Morgan 2019-06-05 17:54:27 +01:00
commit 9000247008

View file

@ -15,7 +15,7 @@ of sending password reset tokens themselves.
## Proposal
Currently when a client requests a password reset, they make a call to either
Currently when a client requests a password reset, it makes a call to either
[/_matrix/client/r0/account/password/email/requestToken](https://matrix.org/docs/spec/client_server/r0.4.0.html#post-matrix-client-r0-account-password-email-requesttoken)
or
[/_matrix/client/r0/account/password/msisdn/requestToken](https://matrix.org/docs/spec/client_server/r0.4.0.html#post-matrix-client-r0-account-password-msisdn-requesttoken).