magento2-module changepassword
A small module to be able to change customer password via the console in Magento 2
digitalpianism/changepassword
A small module to be able to change customer password via the console in Magento 2
- Monday, September 25, 2017
- by digitalpianism
- Repository
- 3 Watchers
- 15 Stars
- 116 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 4 Forks
- 2 Open issues
- 2 Versions
- 12 % Grown
DigitalPianism ChangePassword
A small module to be able to change customer password via the console in Magento 2., (*1)
Tested on 2.1.2, (*2)
Setup
First install the module using composer:, (*3)
composer require digitalpianism/changepassword
Next, once the module is installed, set it up:, (*4)
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:, (*5)
- 3 is a customer id
- mynewpassword is the new password for this customer
dev-master
9999999-dev
A small module to be able to change customer password via the console in Magento 2
Sources
Download
OSL-3.0
AFL-3.0
The Requires
0.0.1
0.0.1.0
A small module to be able to change customer password via the console in Magento 2
Sources
Download
OSL-3.0
AFL-3.0
The Requires