Skip to content
Snippets Groups Projects
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>