forked from External/ergo
README: Improve language around passwords
This commit is contained in:
parent
e83283e7fd
commit
31c1df55a3
1 changed files with 1 additions and 2 deletions
|
|
@ -34,8 +34,7 @@ oragono createcerts
|
||||||
|
|
||||||
# Configuration
|
# Configuration
|
||||||
|
|
||||||
See the example [`oragono.yaml`](oragono.yaml). Passwords are base64-encoded bcrypted byte
|
See the example [`oragono.yaml`](oragono.yaml). Passwords are stored using bcrypt. You can generate encrypted password strings for use in the config with the `genpasswd` subcommand.
|
||||||
strings. You can generate them with the `genpasswd` subcommand.
|
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
oragono genpasswd
|
oragono genpasswd
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue