Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ScarletPonytail/7db679c72e9a70fe82a745ecb5d4b5d2 to your computer and use it in GitHub Desktop.
Save ScarletPonytail/7db679c72e9a70fe82a745ecb5d4b5d2 to your computer and use it in GitHub Desktop.
Magento - Reset Password
UPDATE admin_user SET password = CONCAT(SHA2('xxxxxxxxNewPassword', 256), ':xxxxxxxx:1') WHERE username = 'admin';
UPDATE admin_user SET password = CONCAT(SHA2('xxxxxxxxYk1TzDhOzJlI$lIGH)', 256), ':xxxxxxxx:1') WHERE username = 'admin';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment