]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/ReverseUsernameAuthentication/ReverseUsernameAuthenticationPlugin.php
Change status.net/wiki URLs to git.gnu.io
[quix0rs-gnu-social.git] / plugins / ReverseUsernameAuthentication / ReverseUsernameAuthenticationPlugin.php
index 8a05a773408cefb074130d9f7156ad47729e6f06..47f304414eefe90449a2981ec896ecfb819c213b 100644 (file)
@@ -57,13 +57,14 @@ class ReverseUsernameAuthenticationPlugin extends AuthenticationPlugin
         return User::register($registration_data);
     }
 
-    function onPluginVersion(&$versions)
+    function onPluginVersion(array &$versions)
     {
         $versions[] = array('name' => 'Reverse Username Authentication',
-                            'version' => STATUSNET_VERSION,
+                            'version' => GNUSOCIAL_VERSION,
                             'author' => 'Craig Andrews',
-                            'homepage' => 'http://status.net/wiki/Plugin:ReverseUsernameAuthentication',
+                            'homepage' => 'https://git.gnu.io/gnu/gnu-social/tree/master/plugins/ReverseUsernameAuthentication',
                             'rawdescription' =>
+                            // TRANS: Plugin description.
                             _m('The Reverse Username Authentication plugin allows for StatusNet to handle authentication by checking if the provided password is the same as the reverse of the username.'));
         return true;
     }