未验证 提交 ddbff58e 编写于 作者: J Joe Previte 提交者: GitHub

Merge pull request #3602 from patrickcylai/patrickcylai/fix-docs-hashed-password

fix: placeholder password in hashed password example
...@@ -206,7 +206,7 @@ Again, please follow [./guide.md](./guide.md) for our recommendations on setting ...@@ -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: Yes you can! Set the value of `hashed-password` instead of `password`. Generate the hash with:
```shell ```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 $argon2i$v=19$m=4096,t=3,p=1$wst5qhbgk2lu1ih4dmuxvg$ls1alrvdiwtvzhwnzcm1dugg+5dto3dt1d5v9xtlws4
``` ```
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册