Skip to content

History / How To: Use Recaptcha with Devise

Revisions

  • Removed ! from `return if !verify_recaptcha` in PasswordsController `check_captcha` method

    @simonperrier11 simonperrier11 committed Jun 14, 2022
  • Updated How To: Use Recaptcha with Devise (markdown)

    @KevinBerthier KevinBerthier committed Jan 17, 2022
  • fix return from check_captcha callback

    @lHydra lHydra committed Oct 13, 2021
  • Add some blank lines for readability

    @agorf agorf committed Apr 12, 2021
  • Adjust text for reCAPTCHAv3

    @agorf agorf committed Apr 12, 2021
  • Early return on recaptcha verification failure

    @agorf agorf committed Apr 12, 2021
  • Do not indent private for consistency

    @agorf agorf committed Apr 12, 2021
  • Discard flash since we're rendering instead of redirecting

    @agorf agorf committed Apr 12, 2021
  • Update case for reCAPTCHA

    @FernE97 FernE97 committed Apr 8, 2020
  • Updated How To: Use Recaptcha with Devise (markdown)

    @ahmad19 ahmad19 committed Nov 2, 2019
  • Updated How To: Use Recaptcha with Devise (markdown)

    @ahmad19 ahmad19 committed Nov 2, 2019
  • Updated How To: Use Recaptcha with Devise (markdown)

    @ahmad19 ahmad19 committed Nov 2, 2019
  • Notes for using captcha on login page

    @ahmad19 ahmad19 committed Nov 2, 2019
  • Updated How To: Use Recaptcha with Devise (markdown)

    @Yanchek99 Yanchek99 committed Mar 28, 2018
  • Make sure that we show ALL validation errors if captcha fails

    @andygeers andygeers committed Jun 22, 2017
  • Make sure that we show ALL validation errors if captcha fails

    @andygeers andygeers committed Jun 22, 2017
  • correct registration page in view created by rails generate devise:views

    @donapieppo donapieppo committed Feb 1, 2017
  • Notes

    @donapieppo donapieppo committed Feb 1, 2017
  • A rewrite to add recaptca in PasswordsController (reset password page)

    @donapieppo donapieppo committed Feb 1, 2017
  • Updated How To: Use Recaptcha with Devise (markdown)

    @sourcecor sourcecor committed Jul 6, 2016
  • after verify_recaptcha error message show in view.

    @sourcecor sourcecor committed Jul 6, 2016
  • This `true` return is not necessary. We can only respond if is not validated by recaptcha

    @duduribeiro duduribeiro committed Jun 23, 2016
  • Removed alternative example, because block is yielded after resource is created. So this verification does not prevent creation of resource.

    @printercu printercu committed Apr 21, 2016
  • Updated How To: Use Recaptcha with Devise (markdown)

    @addzep addzep committed Apr 1, 2016
  • The route has to be updated to override default Devise controller.

    @addzep addzep committed Apr 1, 2016
  • Updated How To: Use Recaptcha with Devise (markdown)

    @addzep addzep committed Apr 1, 2016
  • add alternative option to verify captcha in controller action

    @chaimann chaimann committed Mar 16, 2016
  • Fixes params method name (sign_up instead of sign_in, since we're in registrations)

    @jerefrer jerefrer committed Mar 4, 2016
  • Updated How To: Use Recaptcha with Devise (markdown)

    @benaubin benaubin committed Feb 22, 2016
  • Updated How To: Use Recaptcha with Devise (markdown)

    @benaubin benaubin committed Feb 22, 2016