From 479c2b03e1abbaec7525544f7fe54a9a018f40de Mon Sep 17 00:00:00 2001 From: Champ Camba Date: Sat, 8 Jul 2023 01:53:21 +0800 Subject: [PATCH] Fix blocked email recommendation --- includes/ajax/class-secure.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/ajax/class-secure.php b/includes/ajax/class-secure.php index 86fc1642..30576a3d 100644 --- a/includes/ajax/class-secure.php +++ b/includes/ajax/class-secure.php @@ -334,7 +334,7 @@ class Secure { $content .= $br . $flag . 'You are not blocking email addresses or disposable email domains that are mostly used for Spam Account Registrations. You can get the list of disposable email domains from this repository and then add them to Blocked Email Addresses options.'; $content .= $br; } else { - $content .= $br . 'The default WordPress Register form is enabled. If you\'re getting Spam User Registrations, we recommend that you enable a Challenge-Response plugin such as our Ultimate Member - ReCaptcha extension.'; + $content .= $br . $check . 'Blocked Emails option is already set.'; $content .= $br; }