How to Create New Admin Account using SSH in Magento 2


You can create new admin account using below SSH command. so login ssh and go to root directory of your magento files and run below commands.

Note:- Change capatilize word USERNAME, PASSWORD, EMAIL ID, FIRSTNAME and LASTNAME with your details.
php bin/magento admin:user:create --admin-user='USERNAME' --admin-password='PASSWORD' --admin-email='EMAIL ID' --admin-firstname='FIRSTNAME' --admin-lastname='LASTNAME' 
Previous
Next Post »