mirror of
https://github.com/ergochat/ergo.git
synced 2025-12-20 02:00:11 -08:00
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
|
||||
|
||||
See the example [`oragono.yaml`](oragono.yaml). Passwords are base64-encoded bcrypted byte
|
||||
strings. You can generate them with the `genpasswd` subcommand.
|
||||
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.
|
||||
|
||||
```sh
|
||||
oragono genpasswd
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue