Fix comment
authorAryeh Gregor <simetrical@users.mediawiki.org>
Sun, 13 Dec 2009 20:23:53 +0000 (20:23 +0000)
committerAryeh Gregor <simetrical@users.mediawiki.org>
Sun, 13 Dec 2009 20:23:53 +0000 (20:23 +0000)
We don't strip whitespace from passwords, that would be braindead.

includes/ExternalUser.php

index c58519c..94349c9 100644 (file)
@@ -180,8 +180,7 @@ abstract class ExternalUser {
 
        /**
         * Is the given password valid for the external user?  The password is
-        * provided in plaintext, with whitespace stripped but not otherwise
-        * modified.
+        * provided in plaintext.
         *
         * @param $password string
         * @return bool