diff options
Diffstat (limited to 'actions/systemsettings/install.php')
-rw-r--r-- | actions/systemsettings/install.php | 1 |
1 files changed, 1 insertions, 0 deletions
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) |