From 7682706a46a20e3e58a9afd8ba208d5b0c040499 Mon Sep 17 00:00:00 2001 From: nickw Date: Fri, 7 May 2010 21:49:19 +0000 Subject: Adding an option to restrict new user registration in advanced site settings. This is the first step in fully merging "Walled Garden" plugin into core Elgg engine. git-svn-id: http://code.elgg.org/elgg/trunk@5981 36083f99-b078-4883-b0ff-0f9b5a30f544 --- actions/systemsettings/install.php | 1 + 1 file changed, 1 insertion(+) (limited to 'actions/systemsettings') 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) { -- cgit v1.2.3