Skip to content

Change Customer Password In Admin Magento 2 module is implements the form in customer edit admin-end allows admin changing customer password directly like old-fashion way Magento 1.

License

Notifications You must be signed in to change notification settings

tuyennn/magento2-change-customer-password

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Mar 16, 2025
6e178eb · Mar 16, 2025

History

62 Commits
May 20, 2022
Aug 8, 2024
Jun 26, 2023
Dec 18, 2024
Mar 16, 2025
Sep 6, 2022
Apr 17, 2019
Jul 5, 2023
Oct 24, 2018
Oct 24, 2018
Jul 23, 2024
Mar 16, 2025
Sep 24, 2021

Repository files navigation

Change Customer Password In Admin - Magento 2

composer require ghoster/changecustomerpassword

Change Customer Password In Admin Magento 2 module is implements the form in customer edit which allow admin change customer password directly like old-fashion way Magento 1.

Latest Stable Version Total Downloads Latest Unstable Version License PHP Version Require Codacy Badge Donate Build Status


Types of branches

Main Features

  • Add a quick update Password button to customer view in Admin

Command-line usage

Call the console command and pass the customers email address and the new password.

bin/magento customer:change-password [email protected] password123

If customer accounts are not shared between websites, a website code has to be specified with the --website or -w option.

bin/magento customer:change-password --website base [email protected] password123

Installation with Composer

  • Connect to your server with SSH
  • Navigation to your project and run these commands
composer require ghoster/changecustomerpassword


php bin/magento setup:upgrade
rm -rf pub/static/* 
rm -rf var/*

php bin/magento setup:static-content:deploy

Installation without Composer

  • Download the files from github: Direct download link
  • Extract archive and copy all directories to app/code/GhoSter/ChangeCustomerPassword
  • Go to project home directory and execute these commands
php bin/magento setup:upgrade
rm -rf pub/static/* 
rm -rf var/*

php bin/magento setup:static-content:deploy

Licence

Open Software License (OSL 3.0)

Donation

If this project help you reduce time to develop, you can give me a cup of coffee :)

paypal

About

Change Customer Password In Admin Magento 2 module is implements the form in customer edit admin-end allows admin changing customer password directly like old-fashion way Magento 1.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published