Magento 2.x CLI Command To Create Admin Account

There are following below command need to be run to create Admin Account

php bin/magento admin:user:create --admin-user="demo" --admin-password="demo123456" --admin-email="johndusa1021@gmail.com" --admin-firstname="John" --admin-lastname="Donald"

Leave a Reply

Your email address will not be published. Required fields are marked *