Last active
January 24, 2019 10:23
-
-
Save Banhawy/dfbde6f392046bb61e17a21b9f5dba12 to your computer and use it in GitHub Desktop.
[Magento: Create a New Admin User] Using the Command-line #magento #php
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
php bin/magento admin:user:create --admin-user="<username>" --admin-password="<password>" --admin-email="<email>" --admin-firstname="Admin" --admin-lastname="Admin" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment