-
renater.salaun authored
git-svn-id: https://svn.geant.net/GEANT/edugain_testidp_account_manager/trunk@56 047e039d-479c-447e-8a29-aa6bf4a09bab
renater.salaun authoredgit-svn-id: https://svn.geant.net/GEANT/edugain_testidp_account_manager/trunk@56 047e039d-479c-447e-8a29-aa6bf4a09bab
generate_token.tt2.html 688 B
<h3>Complete Email Challenge</h3>
<div>
An email challenge including a validation token has been emailed to you at [% email_address %]. Please copy and paste the validation token in the form below to proof that you are administrator of this service.</div>
<fieldset>
<legend>Validation Token</legend>
<label for="authentication_token">Please provide the validation token here:</label>
<input name="authentication_token" value="" id="authentication_token" type="text" class="required"/>
<input type="hidden" name="sp_entityid" value="[% sp_entityid %]" id="sp_entityid"/>
<input type="hidden" name="email_address" value="[% email_address %]" id="email_address"/>
</fieldset>