PluginProbe ʕ •ᴥ•ʔ
Security Optimizer – The All-In-One Protection Plugin / 1.6.1
Security Optimizer – The All-In-One Protection Plugin v1.6.1
1.6.2 1.6.1 trunk 1.5.2 1.5.3 1.5.4 1.5.5 1.5.6 1.5.7 1.5.8 1.5.9 1.6.0
sg-security / templates / backup-code-used.php
sg-security / templates Last commit date
partials 4 weeks ago 2fa-initial-setup-form.php 4 weeks ago 2fa-login-backup-code.php 4 weeks ago 2fa-login.php 4 weeks ago backup-code-used.php 4 weeks ago backup-codes.php 4 weeks ago directory-hardening.tpl 4 weeks ago error.php 4 weeks ago weekly_report.php 4 weeks ago whitelist-file.tpl 4 weeks ago xml-rpc.tpl 4 weeks ago xss-headers.tpl 4 weeks ago
backup-code-used.php
10 lines
1 <style>#login { width:360px; padding:5% 0 0; }</style>
2
3 <form name="sgs2fa_form" id="loginform" action="<?php echo esc_url( $args['redirect_to'] ); ?>" method="post">
4 <h1><?php echo esc_html_e( 'You are logging in with a one-time Backup Code', 'sg-security' ); ?></h1>
5 <br />
6 <p class="sg-2fa-title"><?php echo esc_html_e( 'We have noticed that you’re using a one-time backup code to log in. This code cannot be used anymore. In case you lost access to your authenticator app, please ask the website administrator to reset your 2FA setup.', 'sg-security' ); ?></p>
7
8 <button id="saved_codes" href="<?php echo esc_url( $args['redirect_to'] ); ?>" class="button button-primary"><?php esc_html_e( 'Continue', 'sg-security' ); ?></button>
9 </form>
10