commit 2808a4be98f3d20b628fc7b4949585027ac1e1b3
parent 8606dd12308335c069d804c0e7827960e6bcd163
Author: MTRNord <mtrnord1@gmail.com>
Date: Wed, 9 Apr 2025 20:21:36 +0200
Enable registration
Diffstat:
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/apps/base/irc/files/ircd.yaml b/apps/base/irc/files/ircd.yaml
@@ -233,8 +233,7 @@ accounts:
registration:
# can users register new accounts for themselves? if this is false, operators with
# the `accreg` capability can still create accounts with `/NICKSERV SAREGISTER`
- # TODO: Enable
- enabled: false
+ enabled: true
# can users use the REGISTER command to register before fully connecting?
allow-before-connect: true
throttling: