carottebleue
Forum Replies Created
-
In less than 2 days the issue have been solved with the help of the plugin developer.
They have been to great lengths to investigate and test my own environment as it became soon clear there lied the issue, not in the plugin itself.
I gave them full access and they helped me debug: spam filter of client’s mail server was filtering out the messages due to the presence of “CBD” (cannabis derived product legal in France) in some message content.
Plugin is smooth and well designed. I recommend.
@jeffwtsupport, I tested with the logging plugin: no email was received & Email log does not show any entry.
Besides the alert “Thank you. If the details you provided are correct…”, nothing happen.
I just sent you on your website contact form the website retractation page for you to test.
Forum: Fixing WordPress
In reply to: Removing reCaptcha on fresh install… and for only disabling reCaptcha, this code will do:
<IfModule Litespeed> WordPressProtect captcha, 0 </IfModule>Forum: Fixing WordPress
In reply to: Removing reCaptcha on fresh install@frahadvn, your were correct.
My hoster answeredWe’ve recently enabled WordPress brute force protection in LiteSpeed on our Premium Web Hosting platform after seeing rising amounts of distributed brute force login attacks targeting customers.
Although there seemed to have a way to only disable reCaptcha, we have disabled all LiteSpeed by adding
<IfModule Litespeed> WordPressProtect off </IfModule>in .htaccess file.
Successful.I’ll now need to go through what is necessary to harden my installation.
- This reply was modified 6 years, 2 months ago by carottebleue.
Forum: Fixing WordPress
In reply to: Removing reCaptcha on fresh installThank you for help. I will check on this.