Magento

Magento 2: How to reset Customer Password from Database

Pinterest LinkedIn Tumblr

you can run this command in your phpmyadmin or terminal

update customer_entity set password_hash = CONCAT(md5(‘[email protected]’),”::0″) where entity_id = 43;

Email: [email protected]
Password: [email protected]

Write A Comment