LemonLDAP::NG Web SSO
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
lemonldap-ng/modules/lemonldap-ng-portal/example/skins/impact/yubikeyform.tpl

14 lines
547 B

<p>
<input name="yubikeyOTP" type="text" value="" tabindex="1" /><br/>
<span class="text-help">(<lang en="use your Yubikey" fr="Utilisez votre Yubikey"/>)</span>
</p>
<hr class="solid" />
<div class="panel-buttons">
<button type="reset" class="negative" tabindex="4">
<lang en="Cancel" fr="Annuler" />
</button>
<button type="submit" class="positive" tabindex="3">
<lang en="Connect" fr="Se connecter" />
</button>
</div>