diff --git a/src/CustomerView/DefaultCustomerView.php b/src/CustomerView/DefaultCustomerView.php index 4e95d3ca..8f3bdd88 100644 --- a/src/CustomerView/DefaultCustomerView.php +++ b/src/CustomerView/DefaultCustomerView.php @@ -110,7 +110,7 @@ public function getDetailviewData(CustomerInterface $customer) $vf = $this->viewFormatter; foreach ($definition->getFieldDefinitions() as $fd) { - if ($fd->getInvisible()) { + if ($fd->getInvisible() || $fd->getFieldtype() === 'password') { continue; }