Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[5.5] Add a PasswordReset event. #19188

Merged
merged 1 commit into from
May 15, 2017
Merged

[5.5] Add a PasswordReset event. #19188

merged 1 commit into from
May 15, 2017

Conversation

lucasmichot
Copy link
Contributor

@lucasmichot lucasmichot commented May 13, 2017

It is useful to track when a user password has been reset.
For instance to send a confirmation emal to the user, or to track when the password was last reset (as we might want to enforce the user to change his password every n-months)


This PR adds a PasswordReset event.

@lucasmichot lucasmichot changed the title [5.5] Add a password reset event. [5.5] Add a PasswordReset event. May 13, 2017
@sisve
Copy link
Contributor

sisve commented May 13, 2017

This looks like something that could be added to 5.4.

@lucasmichot
Copy link
Contributor Author

@sisve, Taylor can change the target branch if he merges this PR.

@taylorotwell taylorotwell merged commit d36101c into laravel:master May 15, 2017
@lucasmichot lucasmichot deleted the feature/master/password-reset-event branch May 15, 2017 17:56
marcusmyers added a commit to marcusmyers/framework that referenced this pull request Jul 31, 2017
* 'master' of github.com:laravel/framework: (264 commits)
  fix bug
  Ensure getJobIds always return an array. (laravel#19232)
  Use Str:: class. (laravel#19221)
  Add a PasswordReset event. (laravel#19188)
  Remove all Arr:: helpers. (laravel#19219)
  Also test PHP 7.1 with lowest and stable setup. (laravel#19209)
  No need to reinstall Travis as we only test PHP>=7.0 (laravel#19210)
  Also disable Xdebug for PHP 7.1 (laravel#19211)
  Fix typo. (laravel#19216)
  Remove all Arr:: helpers. (laravel#19218)
  refactor container (laravel#19201)
  formatting
  fix formatting
  add thumb_url to Slack Attachment https://api.slack.com/docs/message-attachments#thumb_url
  Updated v5.5 release notes
  Use Authenticatable-functionality to update remember_token
  add method for easier error bag checking
  add `abilities` method to Gate contract (laravel#19173)
  update
  allow using assertSessionHasErrors to look into different error bags
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants