We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Add issue link
Add notice "Captcha for Login "
Updated How To: Use Recaptcha with Devise (markdown)
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)
Separated instructions for OmniAuth vs no OmniAuth Updated How To: Use Recaptcha with Devise (markdown)
First draft Created How To: Use Recaptcha with Devise (markdown)