Jump to content

accounts with the same email


motorider

Recommended Posts

I want to allow users make a few accounts with te same email. In authentication.php I comment lines 32, 33 and 51, 21 but when I try to make an account with email existed in database i have an error: an error occurred while creating your account.

   //elseif (Customer::customerExists($email))
   //    $errors[] = Tools::displayError('someone has already registered with this e-mail address');    



   //elseif (Customer::customerExists($email))
   //    $errors[] = Tools::displayError('someone has already registered with this e-mail address');    

Link to comment
Share on other sites

  • 4 years later...

hello

it's not possible to create second account with the same email address.

if your facebook account uses emailm then you're trying to create account with email that you use in your facebook - it will not work.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...