mirror of
https://github.com/opensupports/opensupports.git
synced 2025-07-31 01:35:15 +02:00
commit
abf9aba17b
@ -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
|
||||
]);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user