pass uid to notofication system so securemail addon can pick it up
This commit is contained in:
parent
fc8e095154
commit
d10cdfe942
1 changed files with 1 additions and 0 deletions
|
@ -69,6 +69,7 @@ function lostpass_post(App $a)
|
||||||
notification([
|
notification([
|
||||||
'type' => SYSTEM_EMAIL,
|
'type' => SYSTEM_EMAIL,
|
||||||
'to_email' => $user['email'],
|
'to_email' => $user['email'],
|
||||||
|
'uid' => $user['uid'],
|
||||||
'subject' => L10n::t('Password reset requested at %s', $sitename),
|
'subject' => L10n::t('Password reset requested at %s', $sitename),
|
||||||
'preamble' => $preamble,
|
'preamble' => $preamble,
|
||||||
'body' => $body
|
'body' => $body
|
||||||
|
|
Loading…
Reference in a new issue