Skip to content

Instantly share code, notes, and snippets.

@Banhawy
Last active January 24, 2019 10:23
Show Gist options
  • Save Banhawy/dfbde6f392046bb61e17a21b9f5dba12 to your computer and use it in GitHub Desktop.
Save Banhawy/dfbde6f392046bb61e17a21b9f5dba12 to your computer and use it in GitHub Desktop.
[Magento: Create a New Admin User] Using the Command-line #magento #php
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