From 681d286f5cc65797c7bae3df01dc8a491a3246bb Mon Sep 17 00:00:00 2001 From: Javadz Date: Mon, 25 Dec 2023 18:02:08 +0330 Subject: [PATCH] docs: Update authentication.md (#2623) --- docs/guide/authentication.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/authentication.md b/docs/guide/authentication.md index 094c33b9..956104b6 100644 --- a/docs/guide/authentication.md +++ b/docs/guide/authentication.md @@ -194,7 +194,7 @@ users: Dozzle uses `email` to generate avatars using [Gravatar](https://gravatar.com/). It is optional. -The password is hashed using `sha256` which can be generated with `echo -n "secret-password" | shasum -a 256` or `echo -n "secret-password" | sha256sum` on linux. +The password is hashed using `sha256` which can be generated with `echo -n 'secret-password' | shasum -a 256` or `echo -n 'secret-password' | sha256sum` on linux. You will need to mount this file for Dozzle to find it. Here is an example: