Get started today!◦ Full contract buyout ◦ Up to $1,000 credit ◦ Free migrations
Chat with us
Home » Magento Guide » Magento Admin » How to reset Magento 2 admin passwords

How to reset Magento 2 admin passwords

Learn how to reset the Magento 2 admin password through both the web interface and the command line interface (CLI).

Get fast, reliable hosting for WordPress

Power your site with the industry’s fastest, most optimized WordPress hosting

Methods

Method 1 uses the Magento 2 web interface and is preferable to Method 2, which requires both SSH access and familiarity with the command line interface (CLI). For information about how to enable SSH access as a Liquid Web client, see this article.

Method 1: web interface

  1. Navigate to your admin login page.
  2. Click Forgot your Password?
    Screenshot - 5_16_2016 , 10_42_34 AM.png
  3. In the Email address field, enter your email address, then click Retrieve Password.


  4. If the email address is correct, you will receive an email containing a link to confirm the password reset. Click this link to launch the password reset page.
  5. In the New Password and Confirm New Password fields, enter the same password, then click Reset Password.


  6. Enter your new credentials to log in to the Magento 2 admin panel.

Method 2: CLI

You must have SSH access to your server in order to use this method. If you do not have SSH access, see How to enable SSH access for details.

  1. Log in to your server with SSH.
  2. Navigate to your Magento installation, but replace the angled brackets (<>) and everything between them with the indicated information:
    cd /home/[demo]//html/

  3. Retrieve the admin user’s information from the database using the below command, but make the following adjustments:
    1. Replace with your database user.
    2. Replace with your database name.
    3. Within username=””, replace with the username requiring the reset. You will be prompted to for the database password before continuing.
      echo "select email,firstname,lastname from admin_user where username=''" | mysql -u   -p

  4. To reset the password of a user, execute the following, but replace the bracketed placeholders between the quotation marks with the current user’s information:
    php bin/magento admin:user:create --admin-user="" --admin-password="" --admin-email="<[email protected]>" --admin-firstname="" --admin-lastname=""

For 24-hour assistance any day of the year, contact our Support Team by email or through your Client Portal.

Ready to get started?

Get the fastest, most secure WordPress.org hosting on the market.

Additional resources

How to issue a reindex in Magento 2 →

Refresh store data to help fix display issues and keep product information updated.

How to perform Magento database maintenance →

Learn to maintain your database to help keep your store fast, stable, and organized.

How to set Magento file permissions →

Discover how to set file permissions to help keep your store secure and working properly.