From: Aryeh Gregor Date: Sun, 13 Dec 2009 20:23:53 +0000 (+0000) Subject: Fix comment X-Git-Tag: 1.31.0-rc.0~38550 X-Git-Url: https://git.cyclocoop.org/%7B%24admin_url%7Dmembres/modifier.php?a=commitdiff_plain;h=3a2d0c4ef9dbff33cbe90cf6aa771ca3e3ec4298;p=lhc%2Fweb%2Fwiklou.git Fix comment We don't strip whitespace from passwords, that would be braindead. --- diff --git a/includes/ExternalUser.php b/includes/ExternalUser.php index c58519cea5..94349c9ad5 100644 --- a/includes/ExternalUser.php +++ b/includes/ExternalUser.php @@ -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