summaryrefslogtreecommitdiff
path: root/plugins/EmailAuthentication/EmailAuthenticationPlugin.php
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/EmailAuthentication/EmailAuthenticationPlugin.php')
-rw-r--r--plugins/EmailAuthentication/EmailAuthenticationPlugin.php11
1 files changed, 11 insertions, 0 deletions
diff --git a/plugins/EmailAuthentication/EmailAuthenticationPlugin.php b/plugins/EmailAuthentication/EmailAuthenticationPlugin.php
index 25e537735..406c00073 100644
--- a/plugins/EmailAuthentication/EmailAuthenticationPlugin.php
+++ b/plugins/EmailAuthentication/EmailAuthenticationPlugin.php
@@ -50,5 +50,16 @@ class EmailAuthenticationPlugin extends Plugin
}
}
}
+
+ function onPluginVersion(&$versions)
+ {
+ $versions[] = array('name' => 'Email Authentication',
+ 'version' => STATUSNET_VERSION,
+ 'author' => 'Craig Andrews',
+ 'homepage' => 'http://status.net/wiki/Plugin:EmailAuthentication',
+ 'rawdescription' =>
+ _m('The Email Authentication plugin allows users to login using their email address.'));
+ return true;
+ }
}