aboutsummaryrefslogtreecommitdiff
path: root/actions/systemsettings
diff options
context:
space:
mode:
Diffstat (limited to 'actions/systemsettings')
-rw-r--r--actions/systemsettings/install.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/actions/systemsettings/install.php b/actions/systemsettings/install.php
index 589e3a06c..3516a2ff2 100644
--- a/actions/systemsettings/install.php
+++ b/actions/systemsettings/install.php
@@ -68,6 +68,7 @@ if (get_input('settings') == 'go') {
set_config('view', get_input('view'), $site->getGUID());
set_config('language', get_input('language'), $site->getGUID());
set_config('default_access', get_input('default_access'), $site->getGUID());
+ set_config('allow_registration', TRUE, $site->getGUID());
$debug = get_input('debug');
if ($debug) {