'.__('To enable it, define AIOS_DISABLE_LOGIN_LOCKOUT constant value as false, or remove it.', 'all-in-one-wp-security-and-firewall'); ?>
' . __('This feature allows you to add a CAPTCHA form on various WordPress login pages and forms.', 'all-in-one-wp-security-and-firewall') . ' ' . __('Adding a CAPTCHA form on a login page or form is another effective yet simple "Brute Force" prevention technique.', 'all-in-one-wp-security-and-firewall') .
'
' . __('You have the option of using either %s, %s or a plain maths CAPTCHA form.', 'all-in-one-wp-security-and-firewall') . '
' . __('We recommend %s as a more privacy-respecting option than %s', 'all-in-one-wp-security-and-firewall') . '
', 'Cloudflare Turnstile', 'Google reCAPTCHA'); ?>| : |
|---|
| : |
configs->get_value('aiowps_enable_login_captcha')); ?>
|
|---|
| : |
configs->get_value('aiowps_enable_registration_page_captcha')); ?>
|
|---|
| : |
configs->get_value('aiowps_enable_lost_password_captcha')); ?>
|
|---|
| : |
configs->get_value('aiowps_enable_custom_login_captcha')); ?>
|
|---|
| : |
configs->get_value('aiowps_enable_comment_captcha')); ?>
|
|---|
| : |
configs->get_value('aiowps_enable_password_protected_captcha')); ?>
|
|---|
| : |
configs->get_value('aiowps_enable_bp_register_captcha')); ?>
|
|---|
| : |
configs->get_value('aiowps_enable_bbp_new_topic_captcha')); ?>
|
|---|
| : |
configs->get_value('aiowps_enable_woo_login_captcha')); ?>
|
|---|
| : |
configs->get_value('aiowps_enable_woo_lostpassword_captcha')); ?>
|
|---|
| : |
configs->get_value('aiowps_enable_woo_register_captcha')); ?>
|
|---|
| : |
configs->get_value('aiowps_enable_contact_form_7_captcha')); ?>
+
'. sprintf(__('%s will automatically try to insert a CAPTCHA field before the form\'s submit button', 'all-in-one-wp-security-and-firewall'), 'AIOS') .'';
echo '
'. sprintf(__('For the exact placement of the CAPTCHA you can use the following shortcode in your %s template', 'all-in-one-wp-security-and-firewall'), 'Contact Form 7') .' '; echo '[' . AIOWPSEC_CAPTCHA_SHORTCODE .']'; echo ' '. sprintf(__('This feature requires %s version %s or greater', 'all-in-one-wp-security-and-firewall'), 'Contact Form 7', '5.0') .' '; echo ''. sprintf(__('The validation message will be displayed only when using %s version %s or greater', 'all-in-one-wp-security-and-firewall'), 'Contact Form 7', '5.6') .' '; ?> |
|---|