views:

27

answers:

3

I am trying to configure an application for my client and I am using recaptcha for spam control and I am using ruby on rails (also using this plugin http://github.com/ambethia/recaptcha/).

My client wants an easy challenge as he is not able to read, its too hard. Is there any way I can make the challenge easier?

+1  A: 

ReCaptcha is a third-party captcha, and I don't believe they give you any control over what captchas they serve.

It is true that a big complaint people have about captchas is that they can be hard to read, but if they were easy to read, they would also be easy for spammers to get past. You really can't win. :(

The good news with recaptcha in particular is that often you only have to get one of the two words right to pass the test, and it's usually the easier-to-read one. If you give your best effort with the other one, recaptcha will often let you through. (see the recaptcha site for details of how it works and why this is the case)

Spudley
thanks for the info... I dint know if you get one of the words right captcha would let through... thanks again...
Madhusudhan
+1  A: 

One solution might be to use some logic questions instead of confusing captcha images. There is a plugin for this.

Andrew Vit
A: 

You might want to try these guys is your customer is having issue reading the reCaptcha..

Confident CAPTCHA™ Image-based verification that stops spam and bots while greatly improving the user experience. (http://www.youtube.com/watch?v=ULVvzpixGkc)

I have offered this free service to my clients that they have been very pleased.