https://bugzilla.wikimedia.org/show_bug.cgi?id=323





--- Comment #18 from Aryeh Gregor <[email protected]>  2009-11-29 
15:47:16 UTC ---
There is no point in listing them one by one here.  Anyone with even toolserver
access can just query the appropriate tables to find the bad rows.  E.g., on
enwiki,

mysql> SELECT user_name FROM user WHERE user_name LIKE '%\_%';
+-----------------+
| user_name       |
+-----------------+
| Nicholas_Lativy | 
+-----------------+
1 row in set (1 min 13.18 sec)

The same can just as easily be done for the other wikis, and other tables.


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to