Skip to content
Snippets Groups Projects
Commit b554f012 authored by renater.salaun's avatar renater.salaun
Browse files

Missing parameter to mail_notice() to send token to the right address

Bug reported by Thomas Baerecke


git-svn-id: https://svn.geant.net/GEANT/edugain_testidp_account_manager/trunk@30 047e039d-479c-447e-8a29-aa6bf4a09bab
parent 70d331f4
No related branches found
No related tags found
No related merge requests found
......@@ -330,7 +330,8 @@ sub req_generate_token {
## Send the challenge email with the token
&IdPAccountManager::Tools::mail_notice('template' => 'templates/mail/send_authentication_token.tt2.eml',
'data' => $self->{'param_out'});
'to' => $self->{'param_in'}{'email_address'},
'data' => $self->{'param_out'});
return 1;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment