mirror of
https://github.com/coder/code-server.git
synced 2026-05-05 03:55:18 +02:00
cli: hashedPassword -> hashed-password (#2454)
Capital letters in the CLI are evil. cc @code-asher
This commit is contained in:
@@ -163,7 +163,7 @@ Again, please follow [./guide.md](./guide.md) for our recommendations on setting
|
||||
|
||||
## Can I store my password hashed?
|
||||
|
||||
Yes you can! Use `hashedPassword` instead of `password`. Generate the hash with:
|
||||
Yes you can! Use `hashed-password` instead of `password`. Generate the hash with:
|
||||
|
||||
```
|
||||
echo "thisismypassword" | sha256sum | cut -d' ' -f1
|
||||
|
||||
Reference in New Issue
Block a user