Title: How to Delete Invisible WordPress Admin Users
1How to Delete
Admin Users
2Invisible WordPress admin users are the sometimes
left behind artifacts of a sloppy hacker or
following the cleanup of a hacked website
By Jim Walker, HackRepair.com / _at_hackrepair
3There is no automated way to remove these
invisible WordPress users
By Jim Walker, HackRepair.com / _at_hackrepair
4phpMyAdmin may seem a bit intimidating at first.
Think of it like a text editor for databases and
youll be fine.
By Jim Walker, HackRepair.com / _at_hackrepair
5The steps to removing INVISIBLE USERS in WORDPRESS
By Jim Walker, HackRepair.com / _at_hackrepair
61
Be sure to use a backup plugin, like Updraft Plus
or Backup Buddy, to make a database backup
Website will not be wiped clean by editing a
couple database tables
These backup plugins will not only help you
generate a backup in seconds
Theyll likewise allow you to recover your prior
database with just a few clicks of your mouse
By Jim Walker, HackRepair.com / _at_hackrepair
72
Add a new Administrator (user)
Maybe you are still using Admin as your username?
If thats the case, this would be a great
opportunity to change that to something less
guessable.
By Jim Walker, HackRepair.com / _at_hackrepair
83
Log into phpMyAdmin. Scary, huh?
I have to agree, phpMyAdmin is probably the most
intimidating login screen youll encounter in
your WordPress career
Youll find the username and password for your
phpMyAdmin by viewing the text within your
wp-config.php file
By Jim Walker, HackRepair.com / _at_hackrepair
94
Once logged in, find your database in the left
column and click it once.That will reveal a list
of tables. We only care about two
tables wp_usermetaand wp_users
Lets start with wpusers. Click that table link
and youll see something like this
Whats important here are the numbers in the User
ID column. Note how one is 2 and the other
is101011. These are good users in our
installation. Hint Remember this.
By Jim Walker, HackRepair.com / _at_hackrepair
105
Ok, the truly scary part. Sorry, youll have to
trust me on this. We are going to do a database
query to identify the invisible users. Click
the SQL tab.
Next, copy/paste the text below into the box and
click the Go button bottom right
This will do a quick search for all currently set
administrator users
By Jim Walker, HackRepair.com / _at_hackrepair
116
And now to the callback. After our search in 5
above, notice the extra users Mr/Mrs. Sherlock?
Excellent! I cried. Elementary, said he.
Arthur Conan Doyle
By Jim Walker, HackRepair.com / _at_hackrepair
127
Now kill the other users. Clicky-clicky on the
big red X next to each bad users until your enemy
has been defeated
If you are victorious in your quest, youll see
something like this when you refresh your
WordPress dashboard Users list
AFTER
BEFORE
By Jim Walker, HackRepair.com / _at_hackrepair
13Read More
www.HackRepair.com/articles/delete-invisible-wordp
ress-admin-users
Call for help (619) 479-6637
REVIEWS and TESTIMONIALS about HackRepair.com
service
https//hackrepair.com/testimonials
By Jim Walker, HackRepair.com / _at_hackrepair