Replace server.com with example.com

Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
This commit is contained in:
Suguru Hirahara
2024-10-18 02:35:17 +09:00
parent ee55138f57
commit 9089963fa8
10 changed files with 17 additions and 17 deletions

View File

@ -24,7 +24,7 @@ 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:server.com'
UPDATE users SET password_hash = '<password-hash>' WHERE name = '@someone:example.com'
```
where `<password-hash>` is the hash returned by the docker command above.