验证码挑战问题

发布于 2024-09-18 14:46:55 字数 258 浏览 3 评论 0 原文

我正在尝试为我的客户配置一个应用程序,我正在使用 recaptcha 进行垃圾邮件控制,并且我正在使用 ruby​​ on Rails (也使用此插件 http://github.com/ambethia/recaptcha/)。

我的客户想要一个简单的挑战,因为他无法阅读,这太难了。有什么办法可以让挑战变得更容易吗?

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?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

晨与橙与城 2024-09-25 14:46:55

ReCaptcha 是第三方验证码,我不相信他们可以让您控制他们提供的验证码。

确实,人们对验证码的一大抱怨是它们难以阅读,但如果它们易于阅读,垃圾邮件发送者也很容易通过。你真的赢不了。 :(

与 recapcha 相关的好消息是,通常您只需正确答对两个单词之一即可通过测试,而且通常是更容易阅读的一个。如果您尽最大努力使用另一个单词,验证码通常会让您通过(有关其工作原理以及原因的详细信息,请参阅验证码网站)。

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)

憧憬巴黎街头的黎明 2024-09-25 14:46:55

一种解决方案可能是使用一些逻辑问题,而不是混淆验证码图像。有一个插件用于此目的。

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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文