Zizaco / confide

Confide is a authentication solution for Laravel 4
1.19k stars 258 forks source link

Key Captcha instead of recaptcha #133

Closed ChainScriptz closed 10 years ago

ChainScriptz commented 11 years ago

Good day, Recaptcha doesn't stop bots like it use to. The route to go now is using Key Captcha which is far superior at fooling bots for registration. I think either changing to key captcha or atleast adding it at a configurable setting for the admin to decide which to use.

https://www.keycaptcha.com/

andrew13 commented 11 years ago

A very good idea. I'll probably use a different service but its the same idea. It'll likely be hellocaptcha.com as I already use that elsewhere.

GrahamCampbell commented 11 years ago

I think http://areyouahuman.com/ is quite cool. I've never actually used it though.

ChainScriptz commented 11 years ago

Very interesting. I like that areyouahuman kinda like key captcha. Adds a little fun to the registration process lol

andrew13 commented 11 years ago

http://areyouahuman.com/ looks pretty cool. As long as it doesn't kill the page load speed, I'll implement it.

programming-kid commented 11 years ago

+1 for http://areyouahuman.com

DicKtator commented 11 years ago

-500 to KeyCaptcha. It is superior for frustrating humans even more and it cannot be repeired since it is external service http://xenforo.com/community/threads/keycaptcha-and-its-weird-methods.48566/

andrew13 commented 11 years ago

I'm not going to implement KeyCaptcha, not a fan. Either areyouhuman or hellocaptcha.

bnlambert commented 11 years ago

Hello! I need some help. How do I make use of captcha and confide at the same time?(new to laravel)

GrahamCampbell commented 11 years ago

Being new to laravel makes no difference...

bnlambert commented 11 years ago

permit me to say you guys are doing a great job. keep up.