workwiththomas/module-manage-customer-password
最新稳定版本:1.0.0
Composer 安装命令:
composer require workwiththomas/module-manage-customer-password
包简介
Magento 2 send welcome and reset password emails to all customers program
README 文档
README
workwiththomas/module-manage-customer-password
Magento 2 Customer Password, Reset Customer Password in Admin, Send Reset Password Email to Customers
Donation
If this project help you reduce time to develop, you can give me a cup of coffee :)

Main Functionalities
- Change customer password when edit/add customer in backend
- Bulk reset password for customers in admin grid
- Command line tool reset password and send emails to customers
- Logging customer password changes.
Installation
Type 1: Zip file
- Unzip the zip file in
app/code/Thomas - Enable the module by running
php bin/magento module:enable Thomas_CustomerPassword - Apply database updates by running
php bin/magento setup:upgrade --keep-generated - Flush the cache by running
php bin/magento cache:flush
Type 2: Composer
- Make the module available in a composer repository for example:
- private repository
repo.magento.com - public repository
packagist.org - public github repository as vcs
- private repository
- Add the composer repository to the configuration by running
composer config repositories.repo.magento.com composer https://repo.magento.com/ - Install the module composer by running
composer require workwiththomas/module-manage-customer-password - enable the module by running
php bin/magento module:enable Thomas_CustomerPassword - apply database updates by running
php bin/magento setup:upgrade --keep-generated - Flush the cache by running
php bin/magento cache:flush
Configuration
Specifications
Attributes
How to work
- Console command tools:
-
Send welcome with reset password emails:
- Run send emails to all customer per limit:
bin/magento thomas:customer-password:reset-password --limit=100- Run send emails to special customer email address:
bin/magento thomas:customer-password:reset-password --emails="customer1@gmail.com,customer2@gmail.com"
统计信息
- 总下载量: 4
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 3
- 点击次数: 3
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: OSL-3.0
- 更新时间: 2024-03-02