Skip to content

Commit ddbff58

Browse files
authored
Merge pull request #3602 from patrickcylai/patrickcylai/fix-docs-hashed-password
fix: placeholder password in hashed password example
2 parents b59b393 + 5fae520 commit ddbff58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/FAQ.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ Again, please follow [./guide.md](./guide.md) for our recommendations on setting
206206
Yes you can! Set the value of `hashed-password` instead of `password`. Generate the hash with:
207207

208208
```shell
209-
echo -n "password" | npx argon2-cli -e
209+
echo -n "thisismypassword" | npx argon2-cli -e
210210
$argon2i$v=19$m=4096,t=3,p=1$wst5qhbgk2lu1ih4dmuxvg$ls1alrvdiwtvzhwnzcm1dugg+5dto3dt1d5v9xtlws4
211211
```
212212

0 commit comments

Comments
 (0)