Difference between revisions of "MediaWiki:Usernameblacklist"

From Nsnam
Jump to: navigation, search
m
m (revised)
 
Line 1: Line 1:
* Foo
+
No usernames exactly 6 characters (popular with spammers)
* [Bb]ar
+
* .{6}
* testuser
+
 
* testuser1
+
No usernames, longer than 29 characters.
* Testuser2
+
* .{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,}