Skip to content

Commit

Permalink
Add username variable for reset password mail template #401
Browse files Browse the repository at this point in the history
  • Loading branch information
aurelien-roy authored Sep 12, 2019
1 parent bc2e5d1 commit b6663e6
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 b6663e6

Please sign in to comment.