Check existing mail address

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
Il y a 15 ans
Hello,

How can I check when I register or when I recover my password that the mail address already exists?

Kind Regards
Il y a 15 ans
am I being unclear or this a limitation of nopCommerce?

Keep up the good work!
Il y a 15 ans
Customer customer = CustomerManager.GetCustomerByEmail(Email);
if (customer != null)
{
...
}
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.