Difference between revisions of "Table:Automatic banning of users based on format"

From The Infosphere, the Futurama Wiki
Jump to navigation Jump to search
(Created page with "<!-- Do not remove this. --> {{conference table thread}} <!-- Please always sign your comments with four tildes. --> == Discussion == I have noticed that fake user accounts ...")
 
Line 5: Line 5:
== Discussion ==
== Discussion ==


I have noticed that fake user accounts seems to be spewing up, that ''all'' match two different formats: '''[a-z0-9]{7}''' or '''[a-z]+[0-9]{4}'''.  Which is to say that ''either'' is it a nickname of seven random alphanumeric characters ''or'' a random set of letters followed by four random numbers.  [[Special:Log/newusers Just check the user creation log]].
I have noticed that fake user accounts seems to be spewing up, that ''all'' match two different formats: '''[a-z0-9]{7}''' or '''[a-z]+[0-9]{4}'''.  Which is to say that ''either'' is it a nickname of seven random alphanumeric characters ''or'' a random set of letters followed by four random numbers.  [[Special:Log/newusers|Just check the user creation log]].


As such, I have [http://theinfosphere.org/index.php?title=MediaWiki:Usernameblacklist&diff=115047&oldid=64475 banned these two names].  Although, this effectively means I have banned usernames of 7 characters in length, as I cannot figure out a regex that insures that both letters and numbers appear in the name. --'''[[User:Svip|Svip]]'''<sup>[[User talk:Svip|talk]]</sup> 11:20, 5 July 2012 (CEST)
As such, I have [http://theinfosphere.org/index.php?title=MediaWiki:Usernameblacklist&diff=115047&oldid=64475 banned these two names].  Although, this effectively means I have banned usernames of 7 characters in length, as I cannot figure out a regex that insures that both letters and numbers appear in the name. --'''[[User:Svip|Svip]]'''<sup>[[User talk:Svip|talk]]</sup> 11:20, 5 July 2012 (CEST)

Revision as of 11:21, 5 July 2012

Discussion

I have noticed that fake user accounts seems to be spewing up, that all match two different formats: [a-z0-9]{7} or [a-z]+[0-9]{4}. Which is to say that either is it a nickname of seven random alphanumeric characters or a random set of letters followed by four random numbers. Just check the user creation log.

As such, I have banned these two names. Although, this effectively means I have banned usernames of 7 characters in length, as I cannot figure out a regex that insures that both letters and numbers appear in the name. --Sviptalk 11:20, 5 July 2012 (CEST)