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

0.2.2 2021-05-26 20:50 UTC

This package is auto-updated.

Last update: 2024-03-27 02:56:34 UTC


README

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