Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can we have one click recaptcha only - not the picture puzzle captcha after it

I integrated recaptcha in my forms (https://www.google.com/recaptcha/intro/index.html)

However it is very confusing when the rest of the form has not be filled properly, then a picture-captcha opens. this is very troubling.

Can this be prevented? I would like just the recaptcha with 1 click-confirmation, even if the form has not been filled in completely.

like image 468
Arun sankar Avatar asked Sep 15 '16 10:09

Arun sankar


People also ask

Can I customize reCAPTCHA?

Custom theming allows you to control exactly how the reCAPTCHA image appears. (Here is a demo of custom theming.) In order to use custom theming, you must first set the theme property of the RecaptchaOptions to 'custom'. This tells reCAPTCHA that it should not create a user interface of its own.

How do I change the type of reCAPTCHA?

Settings Navigate to the settings category. Security & Membership -> Protection Under , select a . CAPTCHA settings Control to use Save the settings. When you change the CAPTCHA type, all web parts and features that have CAPTCHA enabled use the new type.

What is Invisible CAPTCHA?

The invisible reCAPTCHA badge does not require the user to click on a checkbox, instead it is invoked directly when the user clicks on an existing button on your site or can be invoked via a JavaScript API call. The integration requires a JavaScript callback when reCAPTCHA verification is complete.

Is reCAPTCHA the same as CAPTCHA?

A CAPTCHA is a test designed to differentiate between real human users and malicious bots. ReCAPTCHA is a CAPTCHA system developed by Google. Advanced bots threaten all websites that rely on traditional CAPTCHAs alone to keep cybercriminals at bay.


2 Answers

Unfortunately it is not.

Here is short explanation of google recaptcha settings:

When You create new key or edit existing, You can see in Key Settings section, the Advanced settings. When You show them, there is possibility to set Security Preference. But still it doesn't solve the problem.

Thanks for testing @Arun sankar. Also i did test by myself.

captcha

Default setting is in the middle.

like image 145
instead Avatar answered Oct 07 '22 13:10

instead


If you got here because you were looking for a way to temporarily disable the puzzle for automated testing: There are test keys that you can use for this purpose. https://developers.google.com/recaptcha/docs/faq

like image 43
cdonner Avatar answered Oct 07 '22 11:10

cdonner