mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-11 22:14:10 +01:00
Forgot bind_email param on register.
This commit is contained in:
parent
52692931d7
commit
cfbc58c4fb
|
|
@ -1019,6 +1019,9 @@ username
|
||||||
Home Server must generate a Matrix ID local part.
|
Home Server must generate a Matrix ID local part.
|
||||||
password
|
password
|
||||||
Required. The desired password for the account.
|
Required. The desired password for the account.
|
||||||
|
bind_email
|
||||||
|
Optional. If ``true``, the server binds the email used for authentication to
|
||||||
|
the Matrix ID with the ID Server.
|
||||||
|
|
||||||
On success, this returns a JSON object with keys:
|
On success, this returns a JSON object with keys:
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue