Did you forget your WordPress password? It happens! The good news is that it is painless and simple to get it reset so you can get back in as soon as possible.
Here are several ways to change your WordPress credentials:
Reset WordPress Admin Password via /wp-login.php:
- Navigate to your website’s login page (usually yourdomain.com/wp-admin/)
- Click “Lost your password?”
- Input your username or email.
- Follow the password reset link sent to your email.
- Change Credentials via Installatron Application Settings.
Login to your cPanel and click Applications.
- Click the name of your website, or the wrench icon to view/edit the options.
- Change the Administrator Username, Password, or Email.
- Click “Save All.”
Database Edit via phpMyAdmin:
- Login to cPanel and click phpMyAdmin.
- In the left sidebar, locate your WordPress Database.
- Inside, click wp_users. You should see at least one result – your admin user.
- Click Edit. You may change the user_email and user_login without issue.
- To change the user_pass, replace the random strings of letters and numbers with your password. Also make sure that you choose the function MD5 to encrypt your password in the database.
- When done, click “Go.