forgot the 2nd mail
This commit is contained in:
parent
d10cdfe942
commit
03ed5e5649
1 changed files with 1 additions and 0 deletions
|
@ -165,6 +165,7 @@ function lostpass_generate_password($user)
|
||||||
notification([
|
notification([
|
||||||
'type' => SYSTEM_EMAIL,
|
'type' => SYSTEM_EMAIL,
|
||||||
'to_email' => $user['email'],
|
'to_email' => $user['email'],
|
||||||
|
'uid' => $user['uid'],
|
||||||
'subject' => L10n::t('Your password has been changed at %s', $sitename),
|
'subject' => L10n::t('Your password has been changed at %s', $sitename),
|
||||||
'preamble' => $preamble,
|
'preamble' => $preamble,
|
||||||
'body' => $body
|
'body' => $body
|
||||||
|
|
Loading…
Reference in a new issue