Skip to content

e-conomix/magento2-customer-password

 
 

Repository files navigation

Magento 2 Change Customer Password on Admin

Features

  1. Allow Admin user to change customer password on Admin panel

Installation

  1. Install this module within Magento 2 using composer

    composer require studioraz/magento2-customer-password
    
  2. After this, enable the module

    bin/magento mo:e KiwiCommerce_CustomerPassword &&
    bin/magento s:up &&
    bin/magento co:set sr_directory/general/enabled 1 &&
    bin/magento c:f
    

About

Magento 2 - Customer Password by KiwiCommerce

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 95.4%
  • HTML 2.9%
  • JavaScript 1.7%