Conversation
supportI installed this and I see “CAPTCHA code” on the registration page, but not the captcha widget… any clues? Generated html: <div class="register-section" id="security-section"><div class="editfield"><script type="text/javascript"> var RecaptchaOptions = { theme : 'white', lang: 'en' }; </script><label>CAPTCHA code</label><script type="text/javascript" src="http://www.google.com/recaptcha/api/challenge?k=6LfYKOMSAAAAAL6wro8N5xhqVOKOtY9PBLUwEBCP"></script> <noscript> <iframe src="http://www.google.com/recaptcha/api/noscript?k=6LfYKOMSAAAAAL6wro8N5xhqVOKOtY9PBLUwEBCP" height="300" width="500" frameborder="0"></iframe><br/> <textarea name="recaptcha_challenge_field" rows="3" cols="40"></textarea> <input type="hidden" name="recaptcha_response_field" value="manual_challenge"/> </noscript></div></div> http://wordpress.org/extend/plugins/buddypress-recaptcha/
Update: The plugin default assumes a http connection, which then gets browser blocked – a manual tweak is needed to make that default to SSL. That could be done automatically 😉
Update: The plugin default assumes a http connection, which then gets browser blocked – a manual tweak is needed to make that default to SSL. That could be done automatically 😉