Advertisement
Guest User

Untitled

a guest
Sep 20th, 2017
770
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. 401 Unauthorized` response:
  2. {"message":"You did not sign in correctly or your account is temporarily disabled."}
  3.  
  4. sudo php bin/magento admin:user:create --admin-user="ketan" --admin-password="admin@123" --admin-email="ketan.borada9419@gmail.com" --admin-firstname="Ketan" --admin-lastname="Borada"
  5.  
  6. php bin/magento admin:user:unlock <username>
  7.  
  8. UPDATE admin_user SET password = CONCAT(SHA2('xxxxxxxxNewPassword', 256), ':xxxxxxxx:1') WHERE username = 'admin';
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement