Log activity when modifying account details
This commit is contained in:
parent
0b2c0db170
commit
287fd60891
15 changed files with 85 additions and 57 deletions
|
@ -216,7 +216,7 @@ class User extends Model implements
|
|||
*/
|
||||
public function sendPasswordResetNotification($token)
|
||||
{
|
||||
Activity::event('login.reset-password')
|
||||
Activity::event('auth:reset-password')
|
||||
->withRequestMetadata()
|
||||
->subject($this)
|
||||
->log('sending password reset email');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue