Sfoglia il codice sorgente

Update updating-users-passwords.md

Fixed markdown error
pull/764/head
Jan 5 anni fa
committed by GitHub
parent
commit
4675c8a715
Non sono state trovate chiavi note per questa firma nel database ID Chiave GPG: 4AEE18F83AFDEB23
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      docs/updating-users-passwords.md

+ 1
- 1
docs/updating-users-passwords.md Vedi File

@@ -26,7 +26,7 @@ and then connecting to the postgres server and executing:
```
UPDATE users SET password_hash = '<password-hash>' WHERE name = '@someone:server.com'
```
`
where `<password-hash>` is the hash returned by the docker command above.




Caricamento…
Annulla
Salva