Question: Allow Same Email Address For Customers

Allow Same Email Address For Customers

When creating a new customer, it requires the email address to be unique from all other customers. How can I remove this restriction, so I can have multiple customers with the same email

SR

Shane Rushik

Asked

When creating a new customer, it requires the email address to be unique from all other customers.

How can I remove this restriction, so I can have multiple customers with the same email address?

  • SR

    Shane Rushik

    Answered

    I was successful removing the restriction by editing the controller. /app/controllers/Customers.php

    It is working as requested… customers are not required to have unique email addresses. My only question now, is would there be any dangers in allowing the same email to be used by multiple customers? (Just want to be sure I’m not creating an unintended problem elsewhere)

  • MS

    Mian Saleem

    Answered

    Hello,

    No, there shouldn’t be if you don’t create user form them. If you create users for your customer then it could be a mess.

    Thank you

  • Login to Reply