How to change WordPress credentials

Published: July 31, 2023

You create your WordPress credentials during one of the installation steps. The Admin Credentials give the user to the original user who has administrator rights over the website. They can be changed in one of three ways.

Reset WordPress Admin Password via /wp-login.php

  1. Navigate to https://yourdomain.com/wp-login.php.
  2. Click Lost your password?
  3. Input your username or email.
  4. Follow the password reset link email.

Change Credentials via Installatron Application Settings

  1. Login to your cPanel and click Applications.
  2. Click the name of your website, or the wrench icon to view/edit the options.
  3. Change the Administrator Username, Password, and/or Email.
  4. Click Save All.

Database Edit via phpMyAdmin

  1. Login to cPanel and click phpMyAdmin.
  2. In the left sidebar, locate your WordPress Database. Inside, click wp_users.
  3. You should see at least one result – your admin user. Click Edit.
  4. You may change the user_email and user_login without issue. To change the user_pass, make sure to replace the random strings of letters and numbers with your password, and choose the function MD5 to encrypt your password in the database.
  5. When done, click Go.