diff --git a/src/Controller/AccountController.php b/src/Controller/AccountController.php index ea4c771f..bd4d4313 100644 --- a/src/Controller/AccountController.php +++ b/src/Controller/AccountController.php @@ -152,10 +152,6 @@ public function registerAction( $customer->setActive(true); try { - if(!$hidePassword) { - $this->checkPassword($form->getData()['password']); - } - $customer->save(); if ($form->getData()['newsletter']) {