2017 © Pedro Peláez
 

magento2-module changepassword

A small module to be able to change customer password via the console in Magento 2

image

digitalpianism/changepassword

A small module to be able to change customer password via the console in Magento 2

  • Monday, September 25, 2017
  • by digitalpianism
  • Repository
  • 3 Watchers
  • 15 Stars
  • 116 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 4 Forks
  • 2 Open issues
  • 2 Versions
  • 12 % Grown

The README.md

DigitalPianism ChangePassword

A small module to be able to change customer password via the console in Magento 2., (*1)

Tested on 2.1.2, (*2)

Setup

First install the module using composer:, (*3)

composer require digitalpianism/changepassword

Next, once the module is installed, set it up:, (*4)

php bin/magento setup:upgrade
php bin/magento module:enable DigitalPianism_ChangePassword

Command example

php bin/magento customer:changepassword --customer-id=3 --customer-password=mynewpassword

Where:, (*5)

  • 3 is a customer id
  • mynewpassword is the new password for this customer

The Versions

25/09 2017

dev-master

9999999-dev

A small module to be able to change customer password via the console in Magento 2

  Sources   Download

OSL-3.0 AFL-3.0

The Requires

  • php ~5.5.0|~5.6.0|~7.0.0

 

23/11 2016

0.0.1

0.0.1.0

A small module to be able to change customer password via the console in Magento 2

  Sources   Download

OSL-3.0 AFL-3.0

The Requires

  • php ~5.5.0|~5.6.0|~7.0.0