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(‘admin@123’),”::0″) where entity_id = 43;

Email: [email protected]
Password: admin@123

Write A Comment