Przeglądaj źródła
Update updating-users-passwords.md
Fixed markdown error
pull/764/head
Jan
5 lat temu
committed by
GitHub
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z
1 dodań i
1 usunięć
-
docs/updating-users-passwords.md
|
|
|
@@ -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. |
|
|
|
|
|
|
|
|
|
|
|
|