Magento 2 How to Unlock Admin User via Command Line

In this tutorial, we will talk about How to Unlock Admin User via Command Line. As you know, from Magento 2, they add many commands in bin/magento. This may difficult to get approach this, let me explain more detail about How to Unlock Admin User via Command Line.

How to Unlock Admin User via Command Line

Go to Magento admin root folder and show usage:

php bin/magento admin:user:unlock --help
Usage:
  admin:user:unlock <username>

Arguments:
  username              The admin username to unlock

Options:
  -h, --help            Display this help message
  -q, --quiet           Do not output any message
  -V, --version         Display this application version
      --ansi            Force ANSI output
      --no-ansi         Disable ANSI output
  -n, --no-interaction  Do not ask any interactive question
  -v|vv|vvv, --verbose  Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug

Help:
  This command unlocks an admin account by its username.
  To unlock:
        bin/magento admin:user:unlock username

Syntax to Unlock Admin user

php bin/magento admin:user:unlock username

Let unlock a admin account: mageplaza with the following information

Type in the command line:

php bin/magento admin:user:unlock mageplaza

Output:

The user account "mageplaza" has been unlocked

Note

If the admin user was not locked, you may get this message:

The user account "mageplaza" was not locked or could not be unlocked

Now to go to admin login page, and fill the above information

magento 2 login

and I’m in now, see this screenshot

magento 2 admin pannel

Image Description
With over a decade of experience crafting innovative tech solutions for ecommerce businesses built on Magento, Jacker is the mastermind behind our secure and well-functioned extensions. With his expertise in building user-friendly interfaces and robust back-end systems, Mageplaza was able to deliver exceptional Magento solutions and services for over 122K+ customers around the world.
x