Index: trunk/phase3/includes/specials/SpecialUserrights.php |
— | — | @@ -54,6 +54,7 @@ |
55 | 55 | } else { |
56 | 56 | $this->mTarget = $wgRequest->getVal( 'user' ); |
57 | 57 | } |
| 58 | + $this->mTarget = User::getCanonicalName( $this->mTarget ); |
58 | 59 | |
59 | 60 | /* |
60 | 61 | * If the user is blocked and they only have "partial" access |
Index: trunk/phase3/RELEASE-NOTES |
— | — | @@ -390,6 +390,7 @@ |
391 | 391 | and issue with Opera (bug 18497) where fullscreen mode is assumed to be |
392 | 392 | projection mode and the style sheet for screen media is no longer used. |
393 | 393 | * (bug 16084) Default memory limit has be increased to 50M, see $wgMemoryLimit |
| 394 | +* (bug 17864/19519) Added proper input normalization in Special:UserRights |
394 | 395 | |
395 | 396 | == API changes in 1.16 == |
396 | 397 | |