MediaWiki:Usernameblacklist: Difference between revisions
Jump to navigation
Jump to search
m (test) |
m (revised) |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
* | No usernames exactly 6 characters (popular with spammers) | ||
* [ | * .{6} | ||
No usernames, longer than 29 characters. | |||
* .{30,} | |||
No more than 10 capital letters (also separated by blanks) in a username. | |||
* [A-Z ]{10,} |
Latest revision as of 04:46, 21 August 2007
No usernames exactly 6 characters (popular with spammers)
- .{6}
No usernames, longer than 29 characters.
- .{30,}
No more than 10 capital letters (also separated by blanks) in a username.
- [A-Z ]{10,}