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([
|
||||
'type' => SYSTEM_EMAIL,
|
||||
'to_email' => $user['email'],
|
||||
'uid' => $user['uid'],
|
||||
'subject' => L10n::t('Password reset requested at %s', $sitename),
|
||||
'preamble' => $preamble,
|
||||
'body' => $body
|
||||
|
|
Loading…
Reference in a new issue