Slavi Pantaleev
pirms 5 gadiem
committed by
GitHub
vecāks
revīzija
f3fc832e85
Šim parakstam datu bāzē netika atrasta zināma atslēga
GPG atslēgas ID: 4AEE18F83AFDEB23
1 mainītis faili ar
1 papildinājumiem un
1 dzēšanām
-
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' |
|
|
UPDATE users SET password_hash = '<password-hash>' WHERE name = '@someone:server.com' |
|
|
``` |
|
|
``` |
|
|
` |
|
|
|
|
|
|
|
|
|
|
|
where `<password-hash>` is the hash returned by the docker command above. |
|
|
where `<password-hash>` is the hash returned by the docker command above. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|