Kaynağa Gözat

Update docs/updating-users-passwords.md: fix SQL command

Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
pull/3730/head
Suguru Hirahara 1 yıl önce
ebeveyn
işleme
1886a8fc4d
Veri tabanında bu imza için bilinen anahtar bulunamadı GPG Anahtar Kimliği: E4F9743DAB4B7B75
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. +1
    -1
      docs/updating-users-passwords.md

+ 1
- 1
docs/updating-users-passwords.md Dosyayı Görüntüle

@@ -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:

```sql
UPDATE users SET password_hash = '<password-hash>' WHERE name = '@someone:example.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.


Yükleniyor…
İptal
Kaydet