From 121994f56225540cb627232048148d5685eaf4ab Mon Sep 17 00:00:00 2001 From: Aaron Raimist Date: Mon, 20 Jan 2020 12:09:01 -0600 Subject: [PATCH] Reword updating-users-passwords.md option 3 --- docs/updating-users-passwords.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/updating-users-passwords.md b/docs/updating-users-passwords.md index 838e2000..865379d3 100644 --- a/docs/updating-users-passwords.md +++ b/docs/updating-users-passwords.md @@ -34,7 +34,9 @@ where `` is the hash returned by the docker command above. Use the Synapse User Admin API as described here: https://github.com/matrix-org/synapse/blob/master/docs/admin_api/user_admin_api.rst#reset-password -This requires an access token from a server admin account. If you didn't make your account a server admin when you created it, you can use the `/usr/local/bin/matrix-make-user-admin` script as described in [registering-users.md](registering-users.md). Note this method will also log the user out of all of their clients while the other options do not. +Note this method will log the user out of all of their clients while the other options do not. + +This option requires an access token from a server admin account. If you didn't make your account a server admin when you created it, you can use the `/usr/local/bin/matrix-make-user-admin` script as described in [registering-users.md](registering-users.md). ### Example: To set @user:domain.com's password to `correct_horse_battery_staple` you could use this curl command: