From 7639bc76eb49e8578f4982473a774611b21bb81f Mon Sep 17 00:00:00 2001 From: marcus Date: Fri, 3 Oct 2008 13:02:51 +0000 Subject: Refs #311: Enable email validation module by default git-svn-id: https://code.elgg.org/elgg/trunk@2170 36083f99-b078-4883-b0ff-0f9b5a30f544 --- actions/systemsettings/install.php | 1 + 1 file changed, 1 insertion(+) (limited to 'actions') diff --git a/actions/systemsettings/install.php b/actions/systemsettings/install.php index a7a15b29d..a72548aea 100644 --- a/actions/systemsettings/install.php +++ b/actions/systemsettings/install.php @@ -86,6 +86,7 @@ enable_plugin('updateclient', $site->getGUID()); enable_plugin('logbrowser', $site->getGUID()); enable_plugin('diagnostics', $site->getGUID()); + enable_plugin('uservalidationbyemail', $site->getGUID()); // Now ping home if ($usage) -- cgit v1.2.3