digitalpianism/changepassword
Composer 安装命令:
composer require digitalpianism/changepassword
包简介
A small module to be able to change customer password via the console in Magento 2
README 文档
README
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
统计信息
- 总下载量: 195
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 17
- 点击次数: 6
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: OSL-3.0
- 更新时间: 2017-06-14