From 3a2d0c4ef9dbff33cbe90cf6aa771ca3e3ec4298 Mon Sep 17 00:00:00 2001 From: Aryeh Gregor Date: Sun, 13 Dec 2009 20:23:53 +0000 Subject: [PATCH] Fix comment We don't strip whitespace from passwords, that would be braindead. --- includes/ExternalUser.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 -- 2.20.1