Download the PHP package digitalpianism/changepassword without Composer
On this page you can find all versions of the php package digitalpianism/changepassword. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download digitalpianism/changepassword
More information about digitalpianism/changepassword
Files in digitalpianism/changepassword
Download digitalpianism/changepassword
More information about digitalpianism/changepassword
Files in digitalpianism/changepassword
Vendor digitalpianism
Package changepassword
Short Description A small module to be able to change customer password via the console in Magento 2
License OSL-3.0 AFL-3.0
Package changepassword
Short Description A small module to be able to change customer password via the console in Magento 2
License OSL-3.0 AFL-3.0
Please rate this library. Is it a good library?
Informations about the package changepassword
DigitalPianism ChangePassword
A small module to be able to change customer password via the console in Magento 2.
Tested on 2.1.2
Setup
First install the module using composer:
composer require digitalpianism/changepassword
Next, once the module is installed, set it up:
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
All versions of changepassword with dependencies
PHP Build Version
Package Version
Requires
php Version
~5.5.0|~5.6.0|~7.0.0
The package digitalpianism/changepassword contains the following files
Loading the files please wait ...