]> git.mxchange.org Git - friendica.git/commitdiff
pass uid to notofication system so securemail addon can pick it up
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Tue, 3 Apr 2018 10:45:27 +0000 (12:45 +0200)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Tue, 3 Apr 2018 10:45:27 +0000 (12:45 +0200)
mod/lostpass.php

index 56ad7e30ef0e71225e73d6423a569d1b30568059..e44c0938e459fdaa810ac5ff3e302b2338a24434 100644 (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