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 72643bf + d7c65d7 commit 815154eCopy full SHA for 815154e
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