From 787a855097946c554e6069e4953e9a3762b919e5 Mon Sep 17 00:00:00 2001 From: Bryan Ashby Date: Thu, 14 Jul 2016 21:30:02 -0600 Subject: [PATCH] Auto-activation by default --- core/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/config.js b/core/config.js index eac3dc53..49208d01 100644 --- a/core/config.js +++ b/core/config.js @@ -129,7 +129,7 @@ function getDefaultConfig() { emailMax : 255, webMax : 255, - requireActivation : true, // require SysOp activation? + requireActivation : false, // require SysOp activation? false = auto-activate invalidUsernames : [], groups : [ 'users', 'sysops' ], // built in groups