Skip to content

Commit

Permalink
Merge pull request #403 from aurelien-roy/patch-1
Browse files Browse the repository at this point in the history
Add username variable for reset password mail template
  • Loading branch information
Ben Thomson authored Sep 13, 2019
2 parents bc2e5d1 + b6663e6 commit d5ca153
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/ResetPassword.php
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ public function onRestorePassword()

$data = [
'name' => $user->name,
'username' => $user->username,
'link' => $link,
'code' => $code
];
Expand Down

0 comments on commit d5ca153

Please sign in to comment.