Merge pull request #47 from guillegiu/master

issue #46
This commit is contained in:
Ivan Diaz 2017-07-11 04:33:00 -03:00 committed by GitHub
commit abf9aba17b
1 changed files with 1 additions and 0 deletions

View File

@ -76,6 +76,7 @@ class SendRecoverPasswordController extends Controller {
$mailSender->setTemplate(MailTemplate::PASSWORD_FORGOT, [
'to' => $this->user->email,
'name' => $this->user->name,
'url' => Setting::getSetting('url')->getValue(),
'token' => $this->token
]);