Просмотр исходного кода

Update updating-users-passwords.md

Fixed markdown error
pull/764/head
Jan 5 лет назад
committed by GitHub
Родитель
Сommit
4675c8a715
Не найден GPG ключ соответствующий данной подписи Идентификатор GPG ключа: 4AEE18F83AFDEB23
1 измененных файлов: 1 добавлений и 1 удалений
  1. +1
    -1
      docs/updating-users-passwords.md

+ 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' 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.






Загрузка…
Отмена
Сохранить