actiview/magento2-set-customer-password 0.1.0

Magento 2 module - set a customer's password from backend

Type

magento2-module

License

None

Requires
Requires (dev)

None

Suggests

None

Provides

None

Conflicts

None

Replaces

None

Magento 2 Set Customer Password

Total Downloads Latest Stable Version

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.1.0

First release of this module.

Support & bugs

Please create an issue in GitHub's issue tracker.