Skip to content

Instantly share code, notes, and snippets.

@dublado
Last active August 29, 2015 13:57
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save dublado/9456274 to your computer and use it in GitHub Desktop.
Save dublado/9456274 to your computer and use it in GitHub Desktop.
Reset Password to Admin Magento
UPDATE admin_user SET password=CONCAT(MD5('qXpassword'), ':qX') WHERE username='admin';
/*
keep qX or another else, if you change qX set in all parameters, only qX
you can use user_id too */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment