How do I reset my WordPress admin password? Print

  • 0

The easiest way is the Lost your password? link on the login page, which emails you a reset link.

If email isn't working, reset it from the database via phpMyAdmin:

  1. In cPanel open phpMyAdmin and select your WordPress database.
  2. Open the wp_users table and click Edit on your user.
  3. In the user_pass row, choose MD5 from the Function dropdown, type your new password in the Value box, and click Go.

You can now log in with the new password and change it again inside Users > Profile. Not sure which database your site uses? Check wp-config.php in File Manager, or open a ticket for help.


Was this answer helpful?

« Back