Loading...

Knowledge Base

How To Reset Magento Admin Logins

There are three options on how to reset the Magento admin credentials:

 

Via Magento Admin Page

This option is the easiest as you only need to login to the website’s admin page directly.

NOTE: This process needs to have your access or current Magento credentials.

 

  1. Access your Magento admin page. Use the same admin URL set up during Magento installation.
  2. Log in using the username and password set up during Magento installation.

    Screenshot of VD WordPress Magento Login Page

     
  3. Click the drop-down on the upper right side of the page with your username on it.
  4. Click the Account Setting option.

    Screenshot of VD WordPress Magento Account Settings

     
  5. Enter the details that need to be updated and don’t leave the boxes with [*] asterisks empty.
     
    • User Name – This is the username needed to login to Magento admin page.
    • First Name – Enter the preferred first name of the login profile inside the box.
    • Last Name – Enter the preferred last name of the login profile inside the box.
    • Email – This is the registered email address of the user account where the reset link will be sent if you can no longer access the Magento admin page.
    • New Password – Enter a new password.
    • Password Confirmation – Re-enter the new password.
    • Interface Locale – Choose the preferred language of your website.
    • Your Password – Enter the current password used in Step 2.

     
  6. Click the Save Account button to save the changes made.

    Screenshot of VD WordPress Magento My Account Page and Save Button
     

If either of the username or password has been changed, you will be logged out and will be prompt to the Magento admin login page.

 

Via Forgot Your Password Link

This process is applicable if you have access to the email address set up during Magento installation as the instructions to reset the password will only be sent to that email.

  1. Access your Magento admin page. Use the same admin URL set up during Magento installation.
  2. Click the Forgot Your Password link.

    Screenshot of VD WordPress Magento Forgot Password Link

     
  3. Enter the Email address in the box provided.
  4. Enter the letters and numbers from the image.
  5. Click the Retrieve Password button.

    Screenshot of VD WordPress Magento Enter Email for Password Prompt
     

An email with the reset link will be sent to the email address submitted.

 

Via phpMyAdmin

This process is applicable if none of the username, password, and email address are accessible. This will only need to have access to your web hosting server or cPanel. Follow the steps below on how to update your Magento admin logins in phpMyAdmin:

  1. Log in to cPanel.
  2. Click File Manager.
  3. Go to your Magento website files and locate the env.php file in the file path of app/etc/env.php.
  4. Right-click on the file and select Edit.
  5. Click the Edit button.
  6. Scroll down to line 17 and take note of the value indicated on the right of the dbname (database name).

    Screenshot of VD WordPress Magento  dbname php file details

     
  7. Go back to cPanel homepage by going back to the previous tab.
  8. Scroll down to the icons under Databases and click phpMyAdmin.

    Screenshot of VD WordPress Magento cPanel phpMyAdmin Button

     
  9. Click the database name that was obtained from Step 6.
  10. Click the table that ends with admin_user.
  11. Click Edit on the row that corresponds to the logins that need to be updated.

    Screenshot of VD WordPress Magento Edit Button in phpMyAdmin

     
  12. Enter the new details that you want to be changed.
     
    • firstname – Enter the preferred first name of the login profile inside the box.
    • lastname – Enter the preferred last name of the login profile inside the box.
    • username – This is the username needed to login to Magento admin page.
    • email – This is the registered email address of the user account where the reset link will be sent if you can no longer access the Magento admin page.
    • password – Choose MD5 from the drop-down to use it as an encryption method for the password. Enter a new password in the Value field.


    Screenshot of VD WordPress Magento Details to Edit

     
  13. Scroll down and click either of the Go buttons to save the changes.

    Screenshot of VD WordPress Magento Go Buttons in phpMyAdmin
     

Test the new logins by logging in to your Magento admin page URL.

Do not hesitate to contact our Singapore or Australia Support Team if you have further questions.

 

 

Loading...