motorider Posted March 21, 2010 Share Posted March 21, 2010 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 More sharing options...
DenisDT Posted March 21, 2010 Share Posted March 21, 2010 Won't work by just changing that. How will Prestashop know what account to choose when you log in and multiple accounts exist with same e-mail?D. Link to comment Share on other sites More sharing options...
AndersHelbo Posted May 6, 2014 Share Posted May 6, 2014 Got a semilar issue. On http://smoke-it.dk customers can register via facebook og the normal procedure. But when a customer is created with facebook, they cannot create another one with email and password. It says that the e-mail already has been used. Link to comment Share on other sites More sharing options...
vekia Posted May 6, 2014 Share Posted May 6, 2014 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 More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now