digitalpianism/changepassword 0.0.1

A small module to be able to change customer password via the console in Magento 2

Type

magento2-module

License

OSL-3.0, AFL-3.0

Requires
Requires (dev)

None

Suggests

None

Provides

None

Conflicts

None

Replaces

None

DigitalPianism ChangePassword

A small module to be able to change customer password via the console in Magento 2

Setup

php bin/magento setup:upgrade
php bin/magento module:enable DigitalPianism_ChangePassword

Command example

php bin/magento customer:changepassword --customer-id=3 --customer-password=mynewpassword

Where:

  • 3 is a customer id
  • mynewpassword is the new password for this customer