Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 526 Bytes

File metadata and controls

19 lines (16 loc) · 526 Bytes

mautic-plugin-password-reset-cli

A small plugin which helps to reset the password of the user from command line.

How to add this to project

In the mautic root composer.json file, add below entry under repositories section -

"type": "git",
"url": "https://github.com/joshirohit100/mautic-plugin-password-reset-cli.git"

Then run the composer require command

composer require joshirohit100/mautic-plugin-password-reset-cli

Command

Provides a new command mautic:reset:password for password reset.