lemonldap-ng/lemonldap-ng-portal/site/templates/bootstrap/yubikeyform.tpl

17 lines
631 B
Smarty
Raw Normal View History

2014-06-05 15:49:44 +02:00
<div class="form">
2018-09-26 15:18:56 +02:00
<div class="input-group mb-3">
<div class="input-group-prepend">
2020-08-25 00:06:12 +02:00
<span class="input-group-text"><label for="yubikeyOTPfield" class="mb-0"><i class="fa fa-chevron-right"></i></label></span>
2018-09-26 15:18:56 +02:00
</div>
2020-08-25 00:06:12 +02:00
<input id="yubikeyOTPfield" name="yubikeyOTP" type="text" class="form-control" trplaceholder="enterYubikey" aria-required="true" autocomplete="off" />
</div>
<TMPL_INCLUDE NAME="impersonation.tpl">
<TMPL_INCLUDE NAME="checklogins.tpl">
<button type="submit" class="btn btn-success" >
2018-09-26 18:14:34 +02:00
<span class="fa fa-sign-in"></span>
<span trspan="connect">Connect</span>
</button>
2014-06-05 15:49:44 +02:00
</div>