Type
magento2-module
A small module to be able to change customer password via the console in Magento 2
magento2-module
OSL-3.0, AFL-3.0
None
None
None
None
None
A small module to be able to change customer password via the console in Magento 2
php bin/magento setup:upgrade
php bin/magento module:enable DigitalPianism_ChangePassword
php bin/magento customer:changepassword --customer-id=3 --customer-password=mynewpassword
Where: