承接 ghoster/changecustomerpassword 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

ghoster/changecustomerpassword

最新稳定版本:1.1.0

Composer 安装命令:

composer require ghoster/changecustomerpassword

包简介

Change customer password from admin side like old fashion way Magento 1

README 文档

README

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 test@example.com 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 test@example.com 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

统计信息

  • 总下载量: 200.5k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 42
  • 点击次数: 2
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 42
  • Watchers: 3
  • Forks: 17
  • 开发语言: PHP

其他信息

  • 授权协议: OSL-3.0
  • 更新时间: 2018-10-24