vincentle89/magento2-change-password

该模块允许开发人员通过命令更新密码。

安装: 8

依赖: 0

建议: 0

安全: 0

星级: 0

观察者: 2

分支: 0

开放问题: 0

类型:magento2-module

1.0.1 2021-11-02 06:50 UTC

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]: 新密码