Friday, August 14, 2026
Home E-Commerce Changing WordPress login information from cPanel

Changing WordPress login information from cPanel

Hey WordPress Lovers! In case if you forget the password or user credentials of your WordPress admin panel (i.e., domain/wp-admin), you can hard reset it by going to your cPanel itself.

It’s not the first recommended method by the way. You can always use the “Forgot Password” link under domain/wp-admin in normal condition. But it may not be possible to get your password changed if you’ve forgotten your email/username or password maybe.

Following is the procedure in the stepwise form:

  • Log into your cPanel by going to yourdomain/cpanel.
    (If you’re familiar with cPanel, that’s great! If not, you shall use the above format as www.abc.com/cPanel where abc.com must be your domain name.)
  • Search for phpMyAdmin or go to Databases section directly and select PhpMyAdmin.
  • On the left side of PhpMyAdmin, you’ll see the database. Choose a specific database of your site.
    (If you’re not sure which database is being used, you shall go to your wp-config file and figure it out under database_name.)
  • After selecting your database, click on wp_users table.
  • You’ll see username and emails listed under wp_users relation and the Edit option on the right side can be used to change these values.
  • The password of username in wp_user is in form of a fixed-length digest generated by a Hash function called MD5. Here is where you should make the change to your password. Make sure to select MD5 in the drop-down menu under the functions field.
  • The username and email are listed here and you can click Edit to the right to change them.
  • The password is listed in MD5 hash. To change it, you will need to click Edit on the left, then enter the new password, and select MD5 in the drop-down menu under Functions.

And, yeah! You just did it.

If you’ve any problem, do not hesitate to ask further.
Note: This method is not recommended over the “Forgot Password” option. If resetting a password can solve your problem then I don’t recommend this method by any means.

Cheers and Happy Learning!

datasagarhttp://www.DataSagar.com
Sagar is multidisciplinary technologist, educator, and entrepreneur based in Nepal. As the founder of Illionso Technologies and Kashi Garden Resort, he operates at the intersection of web architecture, data intelligence, innovation, and digital transformation. From building digital solutions to scaling real-world concepts, his mission is to share knowledge alongside merge emerging as well as disruptive technologies with transformative offline experiences.
RELATED ARTICLES

Why Linux Won the Infrastructure War? Lessons from Linus Torvalds

In 1991, 21-year-old Linus Torvalds announced a "hobby" operating system. Today, Linux powers supercomputers, cloud servers, and Android. Explore his journey, the open-source economy, and the lessons for modern developers.

What Is Vibe Coding? A Complete Beginner’s Guide to Building Software and Web Pages With AI

A few years ago, building a website meant sitting down with a programming book, picking a language, and slowly working through syntax...

What is Answer Engine Optimization (AEO)? Getting Ready for AI Powered Search and Agentic Era Digital Marketing

Search is changing faster than it has in the last two decades. For years, businesses focused on ranking their websites on search...

Most Popular

Why Linux Won the Infrastructure War? Lessons from Linus Torvalds

In 1991, 21-year-old Linus Torvalds announced a "hobby" operating system. Today, Linux powers supercomputers, cloud servers, and Android. Explore his journey, the open-source economy, and the lessons for modern developers.

What Is Vibe Coding? A Complete Beginner’s Guide to Building Software and Web Pages With AI

A few years ago, building a website meant sitting down with a programming book, picking a language, and slowly working through syntax...

What is Answer Engine Optimization (AEO)? Getting Ready for AI Powered Search and Agentic Era Digital Marketing

Search is changing faster than it has in the last two decades. For years, businesses focused on ranking their websites on search...

The Plain Text Web: Why llms.txt Is Becoming the New Site Standard

The web built today is heavy. Between client-side JavaScript, cookie banners, tracker scripts, and responsive CSS grids, a typical webpage carries megabytes...