HEX
Server: Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.30
System: Linux iZj6c1151k3ad370bosnmsZ 3.10.0-1160.76.1.el7.x86_64 #1 SMP Wed Aug 10 16:21:17 UTC 2022 x86_64
User: root (0)
PHP: 7.4.30
Disabled: NONE
Upload Files
File: /var/www/html/breadsecret.com/wp-content/plugins/login-with-ajax/admin/settings/security.php
<?php
	global $lwa_submit_button, $lwa_data, $wp_version;
?>
<?php do_action('lwa_settings_security'); ?>
<?php if( !defined('LWA_PRO_VERSION') && (!defined('LWA_REMOVE_PRO_NAGS') || !LWA_REMOVE_PRO_NAGS) ): ?>
<div style="border:2px dashed #ccc; margin:10px 0px; padding:20px; ">
	<h3>reCaptcha</h3>
	<p>
		<?php esc_html_e('Add Google reCaptcha integration to both regular WP forms and our login forms, including support for v2 and v3 modes.', 'login-with-ajax'); ?>
	</p>
	<a href="https://loginwithajax.com/gopro/" class="button-primary" target="_blank"><?php esc_html_e('Go Pro!', 'login-with-ajax'); ?></a>
</div>
<div style="border:2px dashed #ccc; margin:10px 0px; padding:20px; ">
	<h3><?php esc_html_e("Login Limitations", 'login-with-ajax-pro'); ?></h3>
	<p>
		<?php esc_html_e('Prevent brute force attacks by limiting login attempts and blocking user accounts after multiple failed attempts..', 'login-with-ajax'); ?>
	</p>
	<a href="https://loginwithajax.com/gopro/" class="button-primary" target="_blank"><?php esc_html_e('Go Pro!', 'login-with-ajax'); ?></a>
</div>
<div style="border:2px dashed #ccc; margin:10px 0px; padding:20px; ">
	<h3><?php esc_html_e("2-Factor Authentication (2FA)", 'login-with-ajax-pro'); ?></h3>
	<p>
		<?php esc_html_e('Add 2FA to your login flow, and add a further layer of security for your user accounts. Compatible with both reCaptcha and Login Limitations.', 'login-with-ajax'); ?>
	</p>
	<a href="https://loginwithajax.com/gopro/" class="button-primary" target="_blank"><?php esc_html_e('Go Pro!', 'login-with-ajax'); ?></a>
</div>
<em><?php echo sprintf(esc_html__('You can remove these Go Pro nags by adding this line to your wp-config.php file - %s', 'login-with-ajax'), "<code>define('LWA_REMOVE_PRO_NAGS', 1);</code>"); ?></em>
<?php endif; ?>
<?php do_action('lwa_settings_security_footer'); ?>
<?php echo $lwa_submit_button; ?>