TOTP : improve email and fix small bug
This commit is contained in:
parent
6506882166
commit
5eb7b35bfe
9 changed files with 48 additions and 27 deletions
|
|
@ -142,8 +142,8 @@ form {
|
|||
Rafraichissez la page pour recevoir un nouveau code.
|
||||
</p>
|
||||
<FORM method="post" action="login.php" >
|
||||
<input type="text" placeholder="999999" id="vrf_code" name="vrf_code" autocomplete="off">
|
||||
<input type="hidden" name="auth" value="to_validate">
|
||||
<input type="text" placeholder="999999" id="vrf_code" name="vrf_code" autocomplete="off" autofocus>
|
||||
<input type="hidden" name="auth" value="to_validate" >
|
||||
<?=$str?>
|
||||
<input type="hidden" name="backurl" value="<?=$url?>">
|
||||
<p>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue