2017 © Pedro Peláez
 

library passwordreset

A a console command to reset user passwords

image

joepriest/passwordreset

A a console command to reset user passwords

  • Friday, February 16, 2018
  • by joepriest
  • Repository
  • 1 Watchers
  • 1 Stars
  • 714 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 7 Versions
  • 18 % Grown

The README.md

Password Reset

A simple artisan command to reset user passwords., (*1)

Latest Stable Version Total Downloads License, (*2)

Installation

Install the package via Composer:, (*3)

$ composer require joepriest/passwordreset

If you're using a version of Laravel prior to 5.5, add the service provider to config/app.php., (*4)

'providers' => [
    // ...
    JoePriest\PasswordReset\PasswordResetServiceProvider::class,
];

Configuration

The command uses default settings for the user model, and the name and password fields. If you wish to override these settings, publish the configuration file:, (*5)

php artisan vendor:publish

Then alter the options in config/passwordreset.php., (*6)

Usage

To reset a password, run user:resetpassword from your console., (*7)

php artisan user:resetpassword {user_id?} {new_password?} {--random}

If no user id is provided, you will be asked to choose a user (this defaults to the name field but can be overriden)., (*8)

If no new password is provided, and the random flag is not set, you will be asked for one (a random one will be suggested)., (*9)

The Versions

16/02 2018

dev-master

9999999-dev

A a console command to reset user passwords

  Sources   Download

MIT

by Joe Priest

16/02 2018

1.3

1.3.0.0

A a console command to reset user passwords

  Sources   Download

MIT

by Joe Priest

13/02 2018

1.2.2

1.2.2.0

A a console command to reset user passwords

  Sources   Download

MIT

by Joe Priest

03/02 2018

1.2.1

1.2.1.0

A a console command to reset user passwords

  Sources   Download

MIT

by Joe Priest

03/02 2018

v1.2

1.2.0.0

A a console command to reset user passwords

  Sources   Download

MIT

by Joe Priest

04/04 2017

v1.1

1.1.0.0

A a console command to reset user passwords

  Sources   Download

MIT

by Joe Priest

03/04 2017

v1.0

1.0.0.0

A a console command to reset user passwords

  Sources   Download

MIT

by Joe Priest