r60014 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r60013‎ | r60014 | r60015 >
Date:20:23, 13 December 2009
Author:simetrical
Status:ok
Tags:
Comment:
Fix comment

We don't strip whitespace from passwords, that would be braindead.
Modified paths:
  • /trunk/phase3/includes/ExternalUser.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/ExternalUser.php
@@ -180,8 +180,7 @@
181181
182182 /**
183183 * Is the given password valid for the external user? The password is
184 - * provided in plaintext, with whitespace stripped but not otherwise
185 - * modified.
 184+ * provided in plaintext.
186185 *
187186 * @param $password string
188187 * @return bool

Status & tagging log