aboutsummaryrefslogtreecommitdiff
path: root/engine/lib/upgrades/2008100601.php
diff options
context:
space:
mode:
Diffstat (limited to 'engine/lib/upgrades/2008100601.php')
-rw-r--r--engine/lib/upgrades/2008100601.php8
1 files changed, 8 insertions, 0 deletions
diff --git a/engine/lib/upgrades/2008100601.php b/engine/lib/upgrades/2008100601.php
new file mode 100644
index 000000000..cf976e84c
--- /dev/null
+++ b/engine/lib/upgrades/2008100601.php
@@ -0,0 +1,8 @@
+<?php
+ /// Activate mail plugin
+ /**
+ * Because Elgg now has a plugable account activation process we need to activate
+ * the email account activation plugin for existing installs.
+ */
+ enable_plugin('uservalidationbyemail', $CONFIG->site->guid);
+?> \ No newline at end of file