Skip to content
Snippets Groups Projects
send_authentication_token.tt2.html 960 B
<p>
    [% lh.maketext("This is an email challenge automatically sent to you by [_1].", app.name) %] 
[% IF user && idp %]
    [% lh.maketext("User [_1], authenticated by Identity Provider [_2], has requested creation of test accounts for Service Provider [_3].", user, idp.entityid, sp.entityid) %] 
[% ELSE %]
    [% lh.maketext("Somebody has requested creation of test accounts for service provider [_1], from IP address [_2].", sp.entityid, source_ip) %] 
[% END %]
    [% lh.maketext("The address [_1] is mentioned in the federation metadata as a contact for this Service Provider.", to) %]
</p>

<p>[% lh.maketext("To complete the creation of test accounts, paste the following validation token in <a href=\"[_1]\">[_2]</a>: [_3]", challenge_url, app.name, token) %]</p>

<p>[% lh.maketext("If this request was not initiated by you or a fellow administrator for the above Service Provider, you can safely ignore it, it will not have any effect.") %]</p>