fix: placeholder password in hashed password example

This commit is contained in:
Patrick Lai 2021-06-13 01:25:05 +10:00
parent 4bb7a8ddb9
commit 5fae520ebe
1 changed files with 1 additions and 1 deletions

View File

@ -206,7 +206,7 @@ Again, please follow [./guide.md](./guide.md) for our recommendations on setting
Yes you can! Set the value of `hashed-password` instead of `password`. Generate the hash with:
```shell
echo -n "password" | npx argon2-cli -e
echo -n "thisismypassword" | npx argon2-cli -e
$argon2i$v=19$m=4096,t=3,p=1$wst5qhbgk2lu1ih4dmuxvg$ls1alrvdiwtvzhwnzcm1dugg+5dto3dt1d5v9xtlws4
```