Server IP : 184.154.167.98 / Your IP : 18.188.249.160 Web Server : Apache System : Linux pink.dnsnetservice.com 4.18.0-553.22.1.lve.1.el8.x86_64 #1 SMP Tue Oct 8 15:52:54 UTC 2024 x86_64 User : puertode ( 1767) PHP Version : 7.2.34 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /home/puertode/public_html/sesiones/apps/twofactor_backupcodes/templates/ |
Upload File : |
<?php style('twofactor_backupcodes', 'style'); ?> <img class="two-factor-icon" src="<?php p(image_path('core', 'actions/more-white.svg')) ?>" alt="" /> <p><?php p($l->t('Use one of the backup codes you saved when setting up two-factor authentication.')) ?></p> <form method="POST" class="challenge-form"> <input type="text" class="challenge" name="challenge" required="required" autofocus autocomplete="off" autocapitalize="off" placeholder="<?php p($l->t('Backup code')) ?>"> <button class="two-factor-submit primary" type="submit"> <?php p($l->t('Submit')); ?> </button> </form>