소스 검색
Update updating-users-passwords.md
Fixed markdown error
pull/764/head
Jan
5 년 전
committed by
GitHub
No known key found for this signature in database
GPG 키 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. |
|
|
|
|
|
|
|
|
|
|
|
|