|
@@ -78,7 +78,7 @@
|
|
|
</tr>
|
|
</tr>
|
|
|
<tr>
|
|
<tr>
|
|
|
<td>
|
|
<td>
|
|
|
- <label><input type="checkbox" class="vst-checkbox password-option" name="v_twofa" <?php if(!empty($v_twofa)) echo "checked=yes" ?> onclick="App.Actions.WEB.toggle_twofa(this)"> <?php print __('Enable 2FA');?></label>
|
|
|
|
|
|
|
+ <label><input type="checkbox" class="vst-checkbox password-option" name="v_twofa" <?php if(!empty($v_twofa)) echo "checked=yes" ?>> <?php print __('Enable 2FA');?></label>
|
|
|
<?php if (!empty($v_twofa)) { ?>
|
|
<?php if (!empty($v_twofa)) { ?>
|
|
|
<p><?php echo __('2FA Reset Code:').' '.$v_twofa; ?></br></p>
|
|
<p><?php echo __('2FA Reset Code:').' '.$v_twofa; ?></br></p>
|
|
|
<p><?php echo __('Please scan the code below in your 2FA application:'); ?></p>
|
|
<p><?php echo __('Please scan the code below in your 2FA application:'); ?></p>
|