vincentle89 / magento2-change-password
该模块允许开发人员通过命令更新密码。
1.0.1
2021-11-02 06:50 UTC
Requires
- php: ~7.1.3||~7.2.0||~7.3.0||7.4.*
This package is auto-updated.
Last update: 2024-09-29 06:08:34 UTC
README
该模块允许开发人员通过命令更新密码。
Magento 2 - 更新指定用户的密码
技术栈
安装模块
composer require vincentle89/magento2-change-password
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy
使用
命令
php bin/magento customer:changepassword --customer-id=[user-id] --customer-password=[expected-password]
[user-id]: 想要更新密码的用户ID
[expected-password]: 新密码