Skip to content

Instantly share code, notes, and snippets.

@hewersonfreitas
Last active June 11, 2020 18:58
Show Gist options
  • Save hewersonfreitas/8fb0d01e36fd556925d84587b6202caf to your computer and use it in GitHub Desktop.
Save hewersonfreitas/8fb0d01e36fd556925d84587b6202caf to your computer and use it in GitHub Desktop.
easy change password magento 2
UPDATE customer_entity
SET password_hash = CONCAT(SHA2('xxxxxxxxSUASENHAAQUI', 256), ':xxxxxxxx:1')
WHERE email = 'EMAILDOALOMBADO';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment