Advertisement
Guest User

Untitled

a guest
Feb 29th, 2016
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. <path_to_magento>/bin/magento admin:user:create [--admin-user="..."] [--admin-password="..."] [--admin-email="..."] [--admin-firstname="..."] [--admin-lastname="..."]
  2.  
  3. 1. login to magento 2 admin.
  4. 2. Go to system > All Users.
  5. 3. Select your User
  6. 4. reset password from 'User Info' > 'Account Information'
  7.  
  8. php magento2/bin admin:user:create --admin-user mys_username --admin-password mypass123 --admin-email my@email.com --admin-firstname john --admin-lastname cage
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement