In this post I am going to explain how to create new admin user or edit existing user via command line in Magento 2 Execute below command to create new admin user. php bin/magento admin:user:create –admin-user=’johndoe’ –admin-password=’john@123′ –admin-email=’[email protected]’ –admin-firstname=’John’ –admin-lastname=’Doe’ After successful execution of command you will get below message Note: If you are editing…


Recent Comments