mirror of
https://git.d3data.de/3rdParty/captcha-module.git
synced 2025-04-29 09:11:35 +02:00
exclude guest user from captcha check
This commit is contained in:
parent
654ad23635
commit
032c2d5e4c
@ -49,7 +49,7 @@ class oeUserComponent extends oeUserComponent_parent
|
|||||||
}
|
}
|
||||||
/* START check for PayPal Checkout - no Captcha */
|
/* 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;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user