]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/EmailAuthentication/EmailAuthenticationPlugin.php
OStatus: fix regressions from merge
[quix0rs-gnu-social.git] / plugins / EmailAuthentication / EmailAuthenticationPlugin.php
index 25e5377354ce129a5746ad4e68214ecddc439bf3..406c000731d5e28d15b06bd3f7405cb88d9480fe 100644 (file)
@@ -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;
+    }
 }