kiwicommerce / module-customer-password
Magento 2 - 客户密码
1.0.2
2019-11-12 13:06 UTC
Requires
- magento/framework: >=100.0.0
- magento/module-backend: >=100.0.0
- magento/module-customer: >=100.0.0
This package is auto-updated.
Last update: 2024-09-06 06:40:32 UTC
README
概览
KiwiCommerce_CustomerPassword
模块允许管理员直接从 Magento 2 的管理面板更改客户密码。此模块增强了管理员高效管理客户账户的能力。
功能
- 管理员可以直接从客户编辑页面更改客户密码。
- 当管理员更改密码时,向客户发送通知电子邮件。
- 安全地处理密码,以确保客户数据隐私。
安装
Composer 安装
- 导航到您的 Magento 2 根目录。
- 运行以下命令
composer require kiwi-commerce/module-customer-password
- 启用模块
bin/magento module:enable KiwiCommerce_CustomerPassword
- 安装扩展后,运行以下命令
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy
php bin/magento cache:flush
手动安装
- 下载模块包并解压。
- 将解压的文件复制到
app/code/KiwiCommerce/CustomerPassword
。 - 按照上述 Composer 安装说明中的步骤 3-6 进行操作。
使用
- 登录到 Magento 管理面板。
- 导航到
客户
>所有客户
。 - 选择要更改密码的客户并点击
编辑
。 - 在客户编辑页面中,您将找到一个更改客户密码的板块。
- 输入新密码并确认。
- 保存更改。
贡献
遗憾的是,目前没有正式的贡献方式,我们鼓励您通过以下方式自由贡献:
- 在 Github 上创建错误报告、问题或功能请求
- 提交改进的拉取请求。
我们喜欢回答问题或疑问,请在问题部分直接提问。我们期待您的反馈!
- 关注我们 @KiwiCommerce
- 联系我们
- 查看我们的 文档