alfred-nutile-inc/password-resetter

There is no license information available for the latest version (dev-master) of this package.

Simple Command to reset a users password

dev-master 2015-05-29 13:45 UTC

This package is not auto-updated.

Last update: 2024-04-13 15:28:49 UTC


README

Install

Add to your Kernel.php file

protected $commands = [
        'AlfredNutileInc\PasswordResetter\SetUserPasswordCommand',
		'AlfredNutileInc\CoreApp\AngularStubber\AngularStubberCommand',
		'Approve\Console\Commands\CleanUploadsCommands'
    ];

And run...

Simple command to help us manage passwords at the command line.

php artisan core-app:password-reset --help

For more info