Jan
пре 5 година
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 измењених фајлова са
1 додато и
1 уклоњено
-
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. |
|
|
|
|
|
|
|
|
|
|
|
|