actiview / magento2-set-customer-password
There is no license information available for the latest version (0.2.2) of this package.
Magento 2 module - set a customer's password from backend
Package info
github.com/Actiview/magento2-set-customer-password
Type:magento2-module
pkg:composer/actiview/magento2-set-customer-password
0.2.2
2021-05-26 20:50 UTC
Requires
- magento/framework: ~100.1|~101.0|~102.0|~103.0
README
Allow a backend user to set the password for a frontend customer account.
Requirements
- Magento Community Edition 2.0.x-2.2.x or Magento Enterprise Edition 2.0.x-2.2.x
Installation Method 1 - Installing via composer
- Run command:
composer require actiview/magento2-set-customer-password
Installation Method 2 - Installing using archive
- Download zip archive
- Extract files
- In your Magento 2 root directory create:
app/code/Actiview/SetCustomerPassword - Copy files and folders from
srcdirectory in the archive to the created directory
Enable module:
php bin/magento module:enable Actiview_SetCustomerPassword
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy
Changelog
0.2.0.1
Update readme
0.2.0
Add ACL to allow non-admin backend users to the feature.
0.1.0
First release of this module.
Support & bugs
Please create an issue in GitHub's issue tracker.