Skip to content

Commit

Permalink
docs: add info about salted password hash
Browse files Browse the repository at this point in the history
  • Loading branch information
adan-ea authored and zorun committed Sep 20, 2024
1 parent 6e0a368 commit 6582e2c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,10 @@ To enable the Admin dashboard, first generate a hashed password with:

docker run -it --rm --entrypoint ihatemoney ihatemoney/ihatemoney generate_password_hash

:::{note}
The generated password hash is salted. Which means that the same password will generate a different hash each time. This is normal and expected behavior.
:::

At the prompt, enter a password to use for the admin dashboard. The
command will print the hashed password string.

Expand All @@ -72,7 +76,7 @@ workers:

docker run -d -p 8000:8000 ihatemoney/ihatemoney -w 3

If needed, there is a `docker-compose.yml` file available as an example on the [project github repository](https://github.com/spiral-project/ihatemoney/blob/master/docker-compose.yml)
If needed, there is a `docker-compose.yml` file available as an example on the [project repository](https://github.com/spiral-project/ihatemoney/blob/master/docker-compose.yml)

(cloud)=
## On a Cloud Provider
Expand Down

0 comments on commit 6582e2c

Please sign in to comment.