Skip to content

Instantly share code, notes, and snippets.

@eniuz
Created July 17, 2015 08:08
Show Gist options
  • Save eniuz/bb28bea5ee8b3d09b996 to your computer and use it in GitHub Desktop.
Save eniuz/bb28bea5ee8b3d09b996 to your computer and use it in GitHub Desktop.
Update magento admin
UPDATE admin_user SET password = MD5('NEWPASSWORD') WHERE username = 'admin';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment