Skip to content

Commit

Permalink
docs: Update authentication.md (#2623)
Browse files Browse the repository at this point in the history
  • Loading branch information
javad94 authored Dec 25, 2023
1 parent bfa33f0 commit 681d286
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/authentication.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 681d286

Please sign in to comment.