Difference between revisions of "MediaWiki:Usernameblacklist"

From Phantis
Jump to navigation Jump to search
m
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
 
*((P|p)hantis) #Do not allow Phantis as part of a user name
 
*((P|p)hantis) #Do not allow Phantis as part of a user name
 
*Phantis
 
*Phantis
 +
 +
*\b(?i:admin|sysop|banned|moderator)
 +
*\b(?i:penis|vagina|cocksucker|fellatio|cunnilingus|orgasm|rapes|raped|scrotum|fu[c(k]k)
 +
*\b(?i:on wheels)
 +
*\b(?i:molests|masturbates|sucks|incest)
 +
*(?i:jimbo wales)
 +
*\.(com|org|co\.uk|net|info)\b
 +
*(?i:wikipedia|wiktionary|wikibooks|wikiquote|wikiversity|wikisource|wikinews|wikimedia)
 +
*(?i:mumfum|kazoo)
 +
*\b(?i:shit)
 +
*\b(?i:xiao)
 +
*\b(?i:hash raid)
 +
 +
No usernames, longer than 29 characters.
 +
* .{30,}
 +
 +
No more than 10 capital letters (also separated by blanks) in a username.
 +
* [A-Z ]{10,}
 +
 +
Nothing beginning with !.
 +
* ^!
 +
* (!!)
 +
 +
Any character repeated more than five times
 +
* (.)\1{5}

Latest revision as of 18:58, October 19, 2009

  • ((P|p)hantis) #Do not allow Phantis as part of a user name
  • Phantis
  • \b(?i:admin|sysop|banned|moderator)
  • \b(?i:penis|vagina|cocksucker|fellatio|cunnilingus|orgasm|rapes|raped|scrotum|fu[c(k]k)
  • \b(?i:on wheels)
  • \b(?i:molests|masturbates|sucks|incest)
  • (?i:jimbo wales)
  • \.(com|org|co\.uk|net|info)\b
  • (?i:wikipedia|wiktionary|wikibooks|wikiquote|wikiversity|wikisource|wikinews|wikimedia)
  • (?i:mumfum|kazoo)
  • \b(?i:shit)
  • \b(?i:xiao)
  • \b(?i:hash raid)

No usernames, longer than 29 characters.

  • .{30,}

No more than 10 capital letters (also separated by blanks) in a username.

  • [A-Z ]{10,}

Nothing beginning with !.

  • ^!
  • (!!)

Any character repeated more than five times

  • (.)\1{5}