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 à :
Parent
654ad23635
révision
032c2d5e4c
@ -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;
|
||||
}
|
||||
|
||||
|
Chargement…
x
Référencer dans un nouveau ticket
Bloquer un utilisateur