We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 650e67e + 815154e commit 7e1dcebCopy full SHA for 7e1dceb
app/code/Magento/CustomerImportExport/Model/Import/Customer.php
@@ -365,7 +365,7 @@ protected function _prepareDataForUpdate(array $rowData)
365
366
// password change/set
367
if (isset($rowData['password']) && strlen($rowData['password'])) {
368
- $entityRow['password_hash'] = $this->_customerModel->hashPassword($rowData['password']);
+ $rowData['password_hash'] = $this->_customerModel->hashPassword($rowData['password']);
369
}
370
371
// attribute values
0 commit comments