In this tutorial we learn how to Reset Customer Password from database.
1 |
update customer_entity set password_hash = CONCAT(md5('arpit@123'),"::0") where entity_id = 1; |
Blog for Magento 2
| | |
In this tutorial we learn how to Reset Customer Password from database.
1 |
update customer_entity set password_hash = CONCAT(md5('arpit@123'),"::0") where entity_id = 1; |
A descriptive sentence for the Call To Action (CTA).
Welcome to our blog!