We discovered User:Ff02::3 (https://meta.wikimedia.org/wiki/Special:CentralAuth/Ff02::3) exists today. We should do a check to see if there are any other "IPv6 users" in our database (registered before T39884 was fixed).
Cf. T2323.
We discovered User:Ff02::3 (https://meta.wikimedia.org/wiki/Special:CentralAuth/Ff02::3) exists today. We should do a check to see if there are any other "IPv6 users" in our database (registered before T39884 was fixed).
Cf. T2323.
Subject | Repo | Branch | Lines +/- | |
---|---|---|---|---|
Add checkInvalidUsernames.php script | mediawiki/core | master | +47 -0 |
Change 190565 had a related patch set uploaded (by Legoktm):
Add checkInvalidUsernames.php script
Found 218 invalid usernames, some amusing like ~~~~ and other obvious attack accounts that are probably suppressed. Need to figure out what to do with them...
This looks like the same issue as T5507, which was filed by Ævar (shows how old this issue is).
Why check for canonical username instead of User::isValidUserName()?
Indeed. The problem arises every time a new pattern is made invalid or normalised.
Change 190565 abandoned by Legoktm:
Add checkInvalidUsernames.php script
Reason:
I forgot to abandon this, it's a dupe of checkUsernames.php which is already in core