Admin login for WordPress and other programs

WordPress

I know the admin password, and simply want to change it.

Simply login to your admin panel (for WordPress, it is https://domain.com/wp-admin) and go to the Users link. Here you can change your admin password, display name, and email.

I forgot my password and need it reset.

Simply visit the login page for your admin panel, and click the "Lost your password?" link. This will send you an email with a link to reset your password.

My WordPress admin login username/password does not work. Also, I don't get the reminder email it sends out.

Here's how to change your password in the databse, using phpMyAdmin.

Click to enlarge an image. Double click to shrink.

  1. Login to cPanel and click the phpMyAdmin icon.
    (In the X theme, you must go to MySQL Databases and scroll to the very bottom to find the link.)
  2. From the left hand list, select the correct database associated with your script. (You may need to check the wp-config.php file in the install directory. It will have the correct name.)
  3. In the new left hand menu, click wp_users.
  4. At the top of the main area, click the Browse tab.
  5. One of the first entries should show your admin username, email, and an encrypted password. Click the Edit icon for that row.
  6. Now you see all the details associated with that user. Across from the 'user_pass' is your encoded password. Delete that long string of characters.
  7. Now type in the password you want to use. Just type it in normally, but remember, it is case-sensitive.
  8. Next, click the drop-down menu immediately left of the new password, and select MD5.
  9. Click the Go button to the bottom right.
  10. Now go back to your script's login screen, and use the new password.
  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

Why Videos Should Never be Uploaded to WordPress

  Video content can make a website a lot more interesting by adding additional value to a...

Optimizing WordPress

WordPress is currently one of the most popular blogging/CMS applications in use on our servers....

WordPress Home Fix

If the links in your blog show the wrong domain, redirect to another site or if they are...

How to Login to WordPress

Logging in to WordPress is as simple as visiting your WordPress dashboard URL.   Note: Your...

How to Install WordPress

WordPress is one of the most popular blogging platforms around for good reason. It is easy to...