From ad00168b9108c5b7a146b835641fd05fad6f84fe Mon Sep 17 00:00:00 2001 From: Guillaume Rousse <guillaume.rousse@renater.fr> Date: Wed, 25 Jul 2018 12:15:30 +0200 Subject: [PATCH] fix method call --- templates/mail/send_authentication_token.tt2.eml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/templates/mail/send_authentication_token.tt2.eml b/templates/mail/send_authentication_token.tt2.eml index ca4dbac..8960968 100644 --- a/templates/mail/send_authentication_token.tt2.eml +++ b/templates/mail/send_authentication_token.tt2.eml @@ -1,19 +1,19 @@ From: eduGAIN Access Check <[% from %]> To: [% to %] -Subject: eduGAIN Access Check - [% lh.maketex("Test accounts request") %] +Subject: eduGAIN Access Check - [% lh.maketext("Test accounts request") %] Content-type: text/plain; charset=UTF-8; format=flowed -[% lh.maketex("This is an email challenge automatically sent to you by eduGAIN Access Check.") %] -[% lh.maketex("Somebody with IP address [_1] has requested to create test accounts for eduGAIN Service Provider with entityID [_2].", sourceip, entityid) %] -[% lh.maketex("The address [_1] is mentioned in the eduGAIN metadata as a contact for this Service Provider.", to) %] +[% lh.maketext("This is an email challenge automatically sent to you by eduGAIN Access Check.") %] +[% lh.maketext("Somebody with IP address [_1] has requested to create test accounts for eduGAIN Service Provider with entityID [_2].", sourceip, entityid) %] +[% lh.maketext("The address [_1] is mentioned in the eduGAIN metadata as a contact for this Service Provider.", to) %] -[% lh.maketex("To complete the creation of test accounts, paste the following validation token in the eduGAIN Access Check web form.") %] +[% lh.maketext("To complete the creation of test accounts, paste the following validation token in the eduGAIN Access Check web form.") %] -[% lh.maketex("Validation token:") %] [% token %] +[% lh.maketext("Validation token:") %] [% token %] eduGAIN Access Check: [% app.url %] -[% lh.maketex("If the creation of test accounts was not initiated by you or a fellow administrator for the above Service Provider, please forward this email and contact [_1] to inform them about a potential abuse of the eduGAIN Access Check service.", app.support_email) %] +[% lh.maketext("If the creation of test accounts was not initiated by you or a fellow administrator for the above Service Provider, please forward this email and contact [_1] to inform them about a potential abuse of the eduGAIN Access Check service.", app.support_email) %] -[% lh.maketex("Best Regards") %] +[% lh.maketext("Best Regards") %] eduGAIN Access Check Bot -- GitLab