Parcourir la source

Update updating-users-passwords.md

Fixed markdown error
pull/764/head
Jan il y a 5 ans
committed by GitHub
Parent
révision
4675c8a715
Aucune clé connue n'a été trouvée dans la base pour cette signature ID de la clé GPG: 4AEE18F83AFDEB23
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      docs/updating-users-passwords.md

+ 1
- 1
docs/updating-users-passwords.md Voir le fichier

@@ -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.




Chargement…
Annuler
Enregistrer