diff --git a/docs/guide/authentication.md b/docs/guide/authentication.md index c9df31a7..094c33b9 100644 --- a/docs/guide/authentication.md +++ b/docs/guide/authentication.md @@ -184,9 +184,10 @@ Dozzle supports multi-user authentication by setting `--auth-provider` to `simpl ```yml users: + # "admin" here is username admin: name: "Admin" - # Just sha-256 which can be computed with echo -n password | shasum -a 256 + # Just sha-256 which can be computed with "echo -n password | shasum -a 256" password: "5e884898da28047151d0e56f8dc6292773603d0d6aabbdd62a11ef721d1542d8" email: me@email.net ```