|
EWT - Block Users From Registering Similiar Usernames
This thread is in the Modification Graveyard.
Keywords: dual, imposter, fake, user account, user registration
Description: Stops the registration of names too similar to existing registered names. I use an indexed database table with soundex and metaphone values in it (created on install). It maintains the table when new users are added, or users are deleted. Once it looks up a list of possible matches in the table, it runs a further check with both levenshtein() and similar_text() to find the nearest match from the returned list. Finally, it uses similar_text() to get a percentage on the nearest match and if the percentage is higher than your admin cp setting it gives the user an error message and does not let them register the name. Features:
Download This modification cannot be downloaded. Screenshots
|
|||||||||