1. Home
  2. WordPress & websites
  3. How do I reset my password for WordPress?

How do I reset my password for WordPress?

There are several ways to reset your WordPress password. In this guide, we’ll go through four of them. The easiest way is to go via the login page for your WordPress site. If this doesn’t work, you can set a new password via Softaculous, WordPress Toolkit, or phpMyAdmin.

Via the WordPress login page

  1. First, go to the login page of your WordPress installation. Often it is found on the URL exempel.se/wp-login.php (swap out exempel.se for your domain).
  2. On the login page, click Lost your password.
  3. Now enter the username or the email address for the user you want to reset the password for, then click Get New Password.
    WordPress återställ lösenord
  4. You will now get an email with a URL which you have to click.
  5. On the page where you end up, select a new, strong password – or use the generated one. Once you’ve choosen your password, click Reset Password.
    WordPress välj ett nytt lösenord

Via Softaculous

  1. Begin by logging on to cPanel for the web hosting account where your WordPress installation resides.
  2. Find the icon Softaculous Apps Installer under Software.
  3. In Softaculous, click the icon reassembling a box (All Installations) in the menu to the top right.
  4. Here you will see all installations on your account. Find the heading WordPress and click the pen icon (Edit Details) to the right of the installation. If the installation you’re looking for isn’t found in the list, you may have to import it first.
    Softaculous redigera pennan
  5. A bit down on the page, under Admin Account, you can change the password by entering the username under Admin Username and then the new password under Admin Password.
    Softaculous WordPress Admin Account
  6. Don’t forget to click Save Installation Details by the bottom of the page when you’re done.
    Softaculous Save Installation Details

Via WordPress Toolkit

To access WordPress Toolkit, it first must be activated on your web hosting account.

To see the login credentials for a WordPress installation managed by WordPress Toolkit, begin by accessing WordPress Toolkit. Then, click the row for the installation you want to see the credentials for. Now click Setup below the website preview image.

In the box that appears you will see your admin username and current password (click the eye icon to display the password). Here you may also set a new password, edit the email address for the admin account, and change language for the installation.

Please note that if you have installed a security plugin that changes the login URL for your installation, you need to adjust the Login URL suffix on the top of the form. Do not change this if you have no such plugin.

Click Change in the bottom of the box once you’re done (if you’ve done any changes).

Via phpMyAdmin

To reset your WordPress password via phpMyadmin, follow these steps:

  1. Begin by logging on to cPanel.
  2. Find the icon phpMyAdmin under Databases.
  3. Once you’ve reached the phpMyAdmin interface, click the plus sign to the left of the database belonging to the WordPress installation (in the menu to the left), and click the XXX_users table. The prefix XXX may be different for all WordPress installations.
  4. Click Edit to the left of the username.
  5. On the row user_pass, click the dropdown menu under Function and select MD5.
  6. Enter your new password in the field under Value.
  7. Click Go by the bottom of the page. The password has now been updated.
Was this article helpful?

Related Articles