diff --git a/application/component/oeusercomponent.php b/application/component/oeusercomponent.php index bd005b0..50bb53e 100644 --- a/application/component/oeusercomponent.php +++ b/application/component/oeusercomponent.php @@ -30,6 +30,11 @@ class oeUserComponent extends oeUserComponent_parent public function createUser() { + if(\OxidEsales\Eshop\Core\Registry::getConfig()->getRequestParameter('fnc') == 'approveOrder') + { + return parent::createUser(); + } + if (!$this->getCaptcha()->passCaptcha()) { return false; }