From 9f1af3e9efa0f21e365ffeeec2d97c4d16228f25 Mon Sep 17 00:00:00 2001 From: Luke Hoersten Date: Sat, 4 Jul 2020 17:48:36 -0500 Subject: updated irc settings. --- oragono/templates/oragono.yaml.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'oragono/templates') 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 -- cgit v1.2.3