[% WRAPPER index.tt2.html %]
  1. [% lh.maketext("Select your service provider") %]
  2. [% lh.maketext("Select your email address") %]
  3. [% lh.maketext("Complete email challenge") %]

[% lh.maketext("Complete email challenge") %]

[% lh.maketext("An email challenge including a validation token has been emailed to you at [_1].", email) %] [% lh.maketext("Please copy and paste the validation token in the form below to proof that you are administrator of this service.") %]

[% lh.maketext("Please provide the validation token here:") %]
[% lh.maketext("Accounts validity period, in days:") %]
[% lh.maketext("Account profiles:") %]
    [% FOREACH profile IN profiles %] [% template = profile _ '.tt2' %] [% PROCESS $template scope=account.scope() id=account.id() | trim %]
  • [% END %]
[% END %]