Преглед на файлове
Merge pull request #3730 from luixxiul/fix
Update docs/updating-users-passwords.md
pull/3736/head
Slavi Pantaleev
преди 1 година
committed by
GitHub
родител
ревизия
b3f3fca295
No known key found for this signature in database
GPG ключ ID: B5690EEEBB952194
променени са
1 файла, в които са
добавени 2 реда и са
изтрити 2 реда
-
docs/updating-users-passwords.md
|
|
|
@@ -23,8 +23,8 @@ docker exec -it matrix-synapse /usr/local/bin/hash_password -c /data/homeserver. |
|
|
|
|
|
|
|
and then connecting to the postgres server and executing: |
|
|
|
|
|
|
|
``` |
|
|
|
UPDATE users SET password_hash = '<password-hash>' WHERE name = '@someone:example.com' |
|
|
|
```sql |
|
|
|
UPDATE users SET password_hash = '<password-hash>' WHERE name = '@someone:example.com'; |
|
|
|
``` |
|
|
|
|
|
|
|
where `<password-hash>` is the hash returned by the docker command above. |
|
|
|
|