We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Updated How To: Use Recaptcha with Devise (markdown)
Added troubleshooting/errors
Added `(sign_up_params)` to `build_resource` to Alternate implementation to make form sticky.
Add issue link
Add notice "Captcha for Login "
Changed flash[:alert] to flash.now[:alert] because you use flash[] when redirecting and flash.now[] when rendering.
Updating recaptcha github repo URL
cleaned it up
Adding code to delete the original recaptcha error flash message since it is redundant.
minor fix to clean_up_passwords call and method
Posting an alternate method for validating the recaptcha code in the controller.
Added note about 'net/http' for Rails 3.x for Recaptcha.
Revert 68ebf550bd0efe2aea269d88cbebd1f09a12ac61^ ... 68ebf550bd0efe2aea269d88cbebd1f09a12ac61
Destroyed How To: Use Recaptcha with Devise (markdown)