pull/131/head
Erik Johnston 9 years ago
parent 88c459d549
commit 0529b4a9a2

@ -365,14 +365,14 @@ Old V1 API docs: |register|_
Fallback Fallback
++++++++ ++++++++
Clients cannot be expected to be able to know how to process every single login If a client does not recognize all or any login flows, it can use the fallback
type. If a client determines it does not know how to handle a given login type, login API::
it should request a login fallback page:
GET /_matrix/client/api/v1/login/fallback GET /_matrix/client/api/v1/login/fallback
This returns an HTML and JavaScript page which can perform the entire login This returns an HTML and JavaScript page which can perform the entire login
process. process. The page will attempt to call the JavaScript function
``window.onLogin`` when login has been successfully completed.
Changing Password Changing Password
+++++++++++++++++ +++++++++++++++++

Loading…
Cancel
Save