mirror of
https://github.com/jeremyd/ergo.git
synced 2026-07-30 02:38:11 -07:00
document relationship between registration.enabled and saregister
This commit is contained in:
+2
-1
@@ -225,7 +225,8 @@ server:
|
|||||||
accounts:
|
accounts:
|
||||||
# account registration
|
# account registration
|
||||||
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
|
enabled: true
|
||||||
|
|
||||||
# this is the bcrypt cost we'll use for account passwords
|
# this is the bcrypt cost we'll use for account passwords
|
||||||
|
|||||||
Reference in New Issue
Block a user