Create admin user from command line Magento 2
We can use the below command to create an admin user.
php bin/magento admin:user:create --admin-user=bilal --admin-password=pwd@123 --admin-email=your@email.com --admin-firstname=Bilal --admin-lastname=Usean
9 views0 comments