oxtotp/src/Application/views/admin/blocks/d3totp_login_admin_login_fo...

17 lignes
514 B
Smarty

[{if $request_totp}]
[{$oViewConf->getHiddenSid()}]
<input type="hidden" name="fnc" value="checklogin">
<input type="hidden" name="cl" value="login">
[{if $Errors.default|@count}]
[{include file="inc_error.tpl" Errorlist=$Errors.default}]
[{/if}]
<label for="d3totp">[{oxmultilang ident="TOTP_INPUT"}]</label>
<input type="text" name="d3totp" id="d3totp" value="" size="49" autofocus><br>
[{oxmultilang ident="TOTP_INPUT_HELP"}]
[{else}]
[{$smarty.block.parent}]
[{/if}]