* (
bug 29424) Fix for underscore form and other non-normalized usernames on Special:GlobalUserRights (CentralAuth version)
Names weren't being validated at all before being sent off to CentralAuthUser, which itself doesn't seem to do any validation.
Running through User::getCanonicalName() to clean it up, same as is used for User::newFromName().