--- title: "Resetting WordPress passwords" slug: "how-to-reset-wordpress-password" updated: 2026-06-30T01:52:39Z published: 2026-06-30T01:52:39Z canonical: "docs.serversaustralia.com.au/how-to-reset-wordpress-password" --- > ## Documentation Index > Fetch the complete documentation index at: https://docs.serversaustralia.com.au/llms.txt > Use this file to discover all available pages before exploring further. # Resetting WordPress passwords Have you forgotten your WordPress admin password and can't log in via the /wp-admin or /wp-login page? This article will guide you through changing your WordPress user’s password. There are two ways you can do this via phpMyAdmin or WordPress Toolkit (if it is installed). ## phpMyAdmin 1. Login to the cPanel account and scroll down to Databases » phpMyAdmin. ![](https://cdn.document360.io/d809f158-d4f4-47ff-83d4-18d9c9f7a04d/Images/Documentation/2024-06-05press01.png) 2. Click the **+** sign next to the database that contains your data and click on wordpress_users. This might be different to your Database, but in this example it is FJdVRXY_users. *Note: FJdVRXY_ is the prefix set inside wp-config.php* ![](https://cdn.document360.io/d809f158-d4f4-47ff-83d4-18d9c9f7a04d/Images/Documentation/2024-06-05press02.png) 3. Click the Edit button for the username you would like to modify. ![](https://cdn.document360.io/d809f158-d4f4-47ff-83d4-18d9c9f7a04d/Images/Documentation/2024-06-05press03(1).png) 4. Locate the user_pass field. In the function column - select MD5 from the drop-down menu. ![](https://cdn.document360.io/d809f158-d4f4-47ff-83d4-18d9c9f7a04d/Images/Documentation/2024-06-05press04.png) 5. Type in the new password in the value field - it will automatically be encrypted after the next step. ![](https://cdn.document360.io/d809f158-d4f4-47ff-83d4-18d9c9f7a04d/Images/Documentation/2024-06-05press05(1).png) 6. Click the "Go" button located at the bottom of the screen. ![](https://cdn.document360.io/d809f158-d4f4-47ff-83d4-18d9c9f7a04d/Images/Documentation/2024-06-05press06(1).png) You can now close the phpMyAdmin screen and try logging in with your new password. ## Wordpress Toolkit The second method is by using the **WordPress Toolkit**: 1. In cPanel, head over to Domains » WP Toolkit ![](https://cdn.document360.io/d809f158-d4f4-47ff-83d4-18d9c9f7a04d/Images/Documentation/2024-06-05press07.png) 2. Click on Setup ![](https://cdn.document360.io/d809f158-d4f4-47ff-83d4-18d9c9f7a04d/Images/Documentation/2024-06-05press08.png) 3. Either enter in a new password or generate one, then click Change. ![](https://cdn.document360.io/d809f158-d4f4-47ff-83d4-18d9c9f7a04d/Images/Documentation/2024-06-05press09.png) ***You can now log in with the new password.*** ![](https://cdn.document360.io/d809f158-d4f4-47ff-83d4-18d9c9f7a04d/Images/Documentation/2024-06-05press10.png)