pass uid to notofication system so securemail addon can pick it up

This commit is contained in:
Tobias Diekershoff 2018-04-03 12:45:27 +02:00
parent fc8e095154
commit d10cdfe942
1 changed files with 1 additions and 0 deletions

View File

@ -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