8
0
miroir de https://git.d3data.de/3rdParty/captcha-module.git synchronisé 2025-04-29 09:11:35 +02:00

exclude guest user from captcha check

Cette révision appartient à :
AntonHeinze 2025-01-14 15:59:58 +01:00
Parent 654ad23635
révision 032c2d5e4c

Voir le fichier

@ -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;
}