quassy
Forum Replies Created
-
Forum: Plugins
In reply to: [No CAPTCHA reCAPTCHA] easy to overcome the captcha -> turn off javascriptAre you interested in taking this plugin ownership ? If so, you could contact [email protected] and ask for getting control over it.
I’m glad this is not necessary anymore as Collizo4sky is back :). Nontheless, I have moved on and am using another plugin now.
Forum: Plugins
In reply to: [No CAPTCHA reCAPTCHA] easy to overcome the captcha -> turn off javascriptI actually made a pull request on the (presumed) original GitHub repo and still have gotten no response, so I’m quite sure this plugin is abandoned.
Forum: Reviews
In reply to: [Are you robot google recaptcha for wordpress] Fails every timeThis is some time ago and I am not using the plugin anymore, but yes I am certain I pasted both keys and also that the public and private keys were in their appropriate fields.
Forum: Reviews
In reply to: [Limit Login Attempts] I use it on all my sitesYou might want to checkout Jetpack Protect
Forum: Plugins
In reply to: [No CAPTCHA reCAPTCHA] easy to overcome the captcha -> turn off javascriptif ( isset( $_POST['g-recaptcha-response'] ) && ! (self::captcha_verification()) ) {As someone else has pointed out the problem is in the above line, which is present in multiple files.