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

Installs: 15 470

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 14

Forks: 0

Open Issues: 0

pkg:composer/alfred-nutile-inc/password-resetter

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

This package is not auto-updated.

Last update: 2025-09-27 23:11:43 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