Created
October 25, 2017 16:43
-
-
Save MageryThemes/840cc2282fbd8ef161dcd0b5b9a05aba to your computer and use it in GitHub Desktop.
How to confirm customer account in Magento 2 via database
This file contains hidden or 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 customer_entity SET confirmation = NULL where email='[email protected]'; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment