Skip to content
Snippets Groups Projects
complete_challenge.tt2.html 617 B
<h3>Complete email challenge</h3>

<div>
An email challenge including a validation token has been emailed to you at [% email %]. 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="token">Please provide the validation token here:</label>
    <input name="token" value="" id="token" type="text" class="required error"/>
    <input type="hidden" name="entityid" value="[% entityid %]" id="entityid"/>
    <input type="hidden" name="email" value="[% email %]" id="email"/>
</fieldset>