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

2022.09-rc
Tobias Diekershoff 2018-04-03 12:45:27 +02:00
rodzic fc8e095154
commit d10cdfe942
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

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