mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-18 02:25:05 +00:00
OTP, add note, closes https://github.com/opnsense/core/issues/1639
This commit is contained in:
parent
cbc2ae07e7
commit
c7d8d109ba
@ -827,7 +827,7 @@ $( document ).ready(function() {
|
||||
<?php
|
||||
endif;?>
|
||||
<tr>
|
||||
<td><a id="help_for_otp_seed" href="#" class="showhelp"><i class="fa fa-info-circle"></i></a> <?=gettext("OTP seed");?></td>
|
||||
<td><a id="help_for_otp_seed" href="#" class="showhelp"><i class="fa fa-info-circle"></i></a> <?=gettext("OTP seed");?> (<?=gettext("Click to unhide");?>)</td>
|
||||
<td>
|
||||
<input name="otp_seed" type="text" value="<?=$pconfig['otp_seed'];?>"/>
|
||||
<input type="checkbox" name="gen_otp_seed"/> <small><?= gettext('Generate new secret (160 bit)') ?></small>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user