We have enabled Google reCAPTCHA on OpenCart 3.0.3.2 and we have it properly configured. It is visible on the registration form here.
The problem is, the Captcha is ignored. The registration is possible regardless if the captcha was solved or not.
Can someone else reproduce it, and if yes, is this a simple bug? If yes, would this be solved soon?
Best regards
Tom
Woher aber der doppelte Bestätigunseintrag in der -breadcrumb- Sektion stammt, ist mir auch nicht klar ...
Ernst
PS: Und in diesem Forum Teil sollten wirklich nur OC Bugs erwähnt werden, nicht individuelle Fehler.

Sonst macht man hier gern die Hunde scharf ...
---
Please don't send me OC Forum Personal Messages, just contact: jti@jacob.ch
---
OC 1.5.6.5 LIGHT Test Site: http://www.bigmax.ch/shop/
OC 1.5.6.5 V-PRO Test Site: http://www.openshop.li/shop/
My Github OC Site: https://github.com/IP-CAM
2'750 FREE OC Extensions on the World's largest Github OC Repository Archive Site.
I have checked site link provided in forum,
I have found some issue on server side validation of form,
the value of field "g-recaptcha-response" is blank but still form get submitted and account created
you can add below code for validation in controller
if (isset($this->request->post['g-recaptcha-response']) && $this->request->post['g-recaptcha-response']) {
$recaptcha = file_get_contents('https://www.google.com/recaptcha/api/siteverify?secret=' . urlencode('Recaptcha Private Key') . '&response=' . $this->request->post['g-recaptcha-response'] . '&remoteip=' . $this->request->server['REMOTE_ADDR']);
$recaptcha = json_decode($recaptcha, true);
if (isset($recaptcha['success']) && !$recaptcha['success']) {
$this->error['warning'] = 'Error Message';
}
} else {
$this->error['warning'] = 'Error Message';
}
Call us at : (+91) -8765210318 , Skype: live:carlmorgan.cedcommerce , Email: support@cedcommerce.com
CedCommerece : Officail Opencart Partners
CedCommerce Official : www.cedcommerce.com
Opencart Services : www.cedcommerce/opencart-services.com
Sell On various Marketplace Integration : Opencart-Extensions
Magenative Mobile App/IOS Development : magenative.com
Webinar : Holiday Season Webinar
Users browsing this forum: No registered users and 5 guests