How to Create Admin User via Command Line in Magento 2
Is is very simple to setup admin user with cli command. Please check cli command:
User Name : admin
Password : ILoveMagento2!123
php bin/magento admin:user:create –admin-user=admin –admin-password=ILoveMagento2!123 –admin-email=example@loveyou.com –admin-firstname=Zend –admin-lastname=Anwar