Duplicate User

This plugin provides a way to delete duplicate users by ID, user_login or user_email while attributing

Author:Arvind K. (profile at wordpress.org)
WordPress version required:
WordPress version tested:
Plugin version:0.1.0
Added to WordPress repository:04-03-2012
Last updated:04-03-2012
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:100
Rated by:1
Plugin URI:http://www.inimist.com
Total downloads:1 605
Active installs:20+
plugin download
Click to start download

This plugin provides a way to delete duplicate users by ID, user_login or user_email.

An user-base cleaning script! In a case, thousands of users are entered by tempring with the basic wp_user table structure.. where ID was converted to just int field with no PRIMARY KEY or INDEX associated, date field (user_registered) was converted to decimal and user_email field was changed to accept only 20 characters (varchar 20) .. etc.. and thus thousands of records were entered through a script with duplicate email addresses, user_logins and even with duplicate IDs!

Note: At the moment, this script takes care of ID, user_login and user_email fields only. One can easily extend it to check other fields as well.

I will try to make those fields entered through a configuration script in near future.