diff options
| -rw-r--r-- | oragono/templates/oragono.yaml.j2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/oragono/templates/oragono.yaml.j2 b/oragono/templates/oragono.yaml.j2 index cde7d3f..2e5a1cf 100644 --- a/oragono/templates/oragono.yaml.j2 +++ b/oragono/templates/oragono.yaml.j2 @@ -364,7 +364,7 @@ accounts: # (and sign into them using SASL) to connect to the server require-sasl: # if this is enabled, all clients must authenticate with SASL while connecting - enabled: false + enabled: true # IPs/CIDRs which are exempted from the account requirement exempted: @@ -459,7 +459,7 @@ accounts: user-requests: # can users request vhosts at all? if this is false, operators with the # 'vhosts' capability can still assign vhosts manually - enabled: false + enabled: true # if uncommented, all new vhost requests will be dumped into the given # channel, so opers can review them as they are sent in. ensure that you |
