diff options
Diffstat (limited to 'protocol.md')
-rw-r--r-- | protocol.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/protocol.md b/protocol.md index 1b31f47..f3db156 100644 --- a/protocol.md +++ b/protocol.md @@ -107,6 +107,9 @@ tomsg server. - `<tag> login <user:word> <pass:string...>` - Logs in as the specified user. - Returns `ok` or `error`. +- `<tag> change_password <pass:string...>` + - Changes the password of the current user to the given string. + - Returns `ok` or `error`. - `<tag> logout` - Logs out of the user the client is currently logged in as. If the client is not logged in, does nothing. |