Answers for "magento 2 set up new admin user using cmd lione"

PHP
8

magento 2 create admin user

php bin/magento admin:user:create --admin-user=mageplaza --admin-password=WeLoveMagento [email protected] --admin-firstname=Mageplaza --admin-lastname=Family
Posted by: Guest on September-11-2020
1

create admin password in magento 2

bin/magento admin:user:create --admin-user="admin2" --admin-password="admin123" --admin-email="[email protected]" --admin-firstname="Amin" --admin-lastname="Admin"
Posted by: Guest on October-25-2020

Code answers related to "magento 2 set up new admin user using cmd lione"

Browse Popular Code Answers by Language