Plugin Directory

Changeset 514129


Ignore:
Timestamp:
03/04/2012 05:01:19 AM (14 years ago)
Author:
arvindk
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • duplicate-user/trunk/duplicate-user.php

    r514122 r514129  
    66Author: Arvind K.
    77Author URI: http://www.devarticles.in
    8 Description: This plugin provides a way to delete duplicate users by ID, user_login or user_email.
     8Description: This plugin provides a way to delete duplicate users by ID, user_login or user_email while attributing
    99
    1010An user-base cleaning script! In a case, thousands of users were entered by tempring with the basic wp_user table structure.. where ID field was changed 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: See TracChangeset for help on using the changeset viewer.