nopSolutions / nopCommerce

ASP.NET Core eCommerce software. nopCommerce is a free and open-source shopping cart.
https://www.nopcommerce.com
Other
9.22k stars 5.29k forks source link

Error when importing new customers #7181

Closed duc-tv closed 4 months ago

duc-tv commented 5 months ago

nopCommerce version: 4.7 (latest from develop)

Steps to reproduce the problem: I am unable to import a new customer list from an Excel file in the case of a new customer list.

image

Please check this code snippet

image

If it's a new customer, lastPassword will be null at line 1945, which is the cause of the issue. Perhaps we need to check for null or verify if it's a new customer.

skoshelev commented 4 months ago

Closed #7181