Download the PHP package workwiththomas/module-manage-customer-password without Composer
On this page you can find all versions of the php package workwiththomas/module-manage-customer-password. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download workwiththomas/module-manage-customer-password
More information about workwiththomas/module-manage-customer-password
Files in workwiththomas/module-manage-customer-password
Download workwiththomas/module-manage-customer-password
More information about workwiththomas/module-manage-customer-password
Files in workwiththomas/module-manage-customer-password
Vendor workwiththomas
Package module-manage-customer-password
Short Description Magento 2 send welcome and reset password emails to all customers program
License OSL-3.0 AFL-3.0
Package module-manage-customer-password
Short Description Magento 2 send welcome and reset password emails to all customers program
License OSL-3.0 AFL-3.0
Please rate this library. Is it a good library?
Informations about the package module-manage-customer-password
Magento 2 Reset Customer Password - Send Welcome Emails to Customers Programe
workwiththomas/module-manage-customer-password
Magento 2 Customer Password, Reset Customer Password in Admin, Send Reset Password Email to Customers
- Main Functionalities
- Installation
- Configuration
- Specifications
- Attributes
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="[email protected],[email protected]"
All versions of module-manage-customer-password with dependencies
PHP Build Version
Package Version
No informations.
The package workwiththomas/module-manage-customer-password contains the following files
Loading the files please wait ....