actiview / magento2-set-customer-password
Magento 2 module - set a customer's password from backend
Installs: 11 710
Dependents: 0
Suggesters: 0
Security: 0
Stars: 5
Watchers: 3
Forks: 0
Open Issues: 1
Type:magento2-module
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
src
directory 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.