Skip to content

Instantly share code, notes, and snippets.

@evgv
Created June 9, 2016 13:39
Show Gist options
  • Save evgv/f4694c2bb4fcdd2b8c5773e84c97f19c to your computer and use it in GitHub Desktop.
Save evgv/f4694c2bb4fcdd2b8c5773e84c97f19c to your computer and use it in GitHub Desktop.
Magento. SQL query for restore admin password.
UPDATE admin_user SET password = CONCAT (MD5 ('sGnewpass'), ': sG') WHERE username = 'AdminUsername'; 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment