Explorar el Código

Merge pull request #350 from aaronraimist/patch-2

Reword updating-users-passwords.md option 3
pull/352/head
Slavi Pantaleev hace 6 años
committed by GitHub
padre
commit
f9d21befdf
No se encontró ninguna clave conocida en la base de datos para esta firma ID de clave GPG: 4AEE18F83AFDEB23
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  1. +3
    -1
      docs/updating-users-passwords.md

+ 3
- 1
docs/updating-users-passwords.md Ver fichero

@@ -34,7 +34,9 @@ where `<password-hash>` 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 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: ### Example:
To set @user:domain.com's password to `correct_horse_battery_staple` you could use this curl command: To set @user:domain.com's password to `correct_horse_battery_staple` you could use this curl command:


Cargando…
Cancelar
Guardar