Guest User

Untitled

a guest
Sep 22nd, 2018
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. UPDATE admin_user SET `password` = SHA2('NewPassword', 256) WHERE `username`='admin';
  2.  
  3. <path_to_magento>/bin/magento admin:user:create --admin-user="admin" --admin-password="123123q" --admin-email="admin@example.com" --admin-firstname="Admin" --admin-lastname="Admin"
Add Comment
Please, Sign In to add comment