mirror of
https://github.com/ergochat/ergo.git
synced 2026-01-26 21:39:21 -08:00
document relationship between registration.enabled and saregister
This commit is contained in:
parent
0da2d0036a
commit
96a1434ab4
1 changed files with 2 additions and 1 deletions
|
|
@ -225,7 +225,8 @@ server:
|
|||
accounts:
|
||||
# account registration
|
||||
registration:
|
||||
# can users register new accounts?
|
||||
# can users register new accounts for themselves? if this is false, operators with
|
||||
# the `accreg` capability can still create accounts with `/NICKSERV SAREGISTER`
|
||||
enabled: true
|
||||
|
||||
# this is the bcrypt cost we'll use for account passwords
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue