Skip to content

Instantly share code, notes, and snippets.

@MageryThemes
Created October 25, 2017 16:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MageryThemes/840cc2282fbd8ef161dcd0b5b9a05aba to your computer and use it in GitHub Desktop.
Save MageryThemes/840cc2282fbd8ef161dcd0b5b9a05aba to your computer and use it in GitHub Desktop.
How to confirm customer account in Magento 2 via database
UPDATE customer_entity SET confirmation = NULL where email='some.email@example.com';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment