8
0
Mirror von https://git.d3data.de/3rdParty/captcha-module.git synchronisiert 2025-04-29 09:11:35 +02:00

exclude guest user from captcha check

Dieser Commit ist enthalten in:
AntonHeinze 2025-01-14 15:59:58 +01:00
Ursprung 654ad23635
Commit 032c2d5e4c

Datei anzeigen

@ -49,7 +49,7 @@ class oeUserComponent extends oeUserComponent_parent
}
/* START check for PayPal Checkout - no Captcha */
if (!$this->getCaptcha()->passCaptcha()) {
if (\OxidEsales\Eshop\Core\Registry::getConfig()->getRequestParameter('cl') !== 'user' && !$this->getCaptcha()->passCaptcha()) {
return false;
}