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 @@
181
181
182
182
/**
183
183
* 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.
186
185
*
187
186
* @param $password string
188
187
* @return bool
Status & tagging log
06:09, 21 December 2009
Tim Starling
(
talk
|
contribs
)
changed the
status
of r60014
[
removed:
new
added:
ok]