Mobile app version of vmapp.org
Login or Join
Nickens628

: If you use reCAPTCHA, you can use their API to log the number of failed attempts (code shown uses the reCAPTCHA Ruby gem): if validate_recap(params) #user validated the captcha, create

@Nickens628

If you use reCAPTCHA, you can use their API to log the number of failed attempts (code shown uses the reCAPTCHA Ruby gem):

if validate_recap(params)
#user validated the captcha, create an account
else
#user failed to validate, log the attempt and show a new captcha
end


Using the reCAPTCHA library helps digitise books while reducing scripted signups, so it's worth sticking with it, but if you're worried that its affecting signups and want an alternative, you might consider using Mollom, Akismet, or Defensio, all of which attempt to grade form input to assess whether its human or not.

10% popularity Vote Up Vote Down


Login to follow query

More posts by @Nickens628

0 Comments

Sorted by latest first Latest Oldest Best

Back to top | Use Dark Theme