forked from D3Public/oxtotp
disable autocomplete for otp input field
This commit is contained in:
parent
ad2085c603
commit
fd3dbf5a12
@ -1,5 +1,4 @@
|
|||||||
[{if $request_totp}]
|
[{if $request_totp}]
|
||||||
<input autocomplete="false" name="hidden" type="text" style="display:none;">
|
|
||||||
[{$oViewConf->getHiddenSid()}]
|
[{$oViewConf->getHiddenSid()}]
|
||||||
|
|
||||||
<input type="hidden" name="fnc" value="checklogin">
|
<input type="hidden" name="fnc" value="checklogin">
|
||||||
@ -10,7 +9,7 @@
|
|||||||
[{/if}]
|
[{/if}]
|
||||||
|
|
||||||
<label for="d3totp">[{oxmultilang ident="TOTP_INPUT"}]</label>
|
<label for="d3totp">[{oxmultilang ident="TOTP_INPUT"}]</label>
|
||||||
<input type="text" name="d3totp" id="d3totp" value="" size="49" autofocus><br>
|
<input type="text" name="d3totp" id="d3totp" value="" size="49" autofocus autocomplete="off"><br>
|
||||||
|
|
||||||
[{oxmultilang ident="TOTP_INPUT_HELP"}]
|
[{oxmultilang ident="TOTP_INPUT_HELP"}]
|
||||||
[{else}]
|
[{else}]
|
||||||
|
Loading…
Reference in New Issue
Block a user