Last active
June 8, 2017 14:15
-
-
Save ScarletPonytail/7db679c72e9a70fe82a745ecb5d4b5d2 to your computer and use it in GitHub Desktop.
Magento - Reset Password
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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