we work in a B2B environment with many (really) small companies. These companies may have several contacts and the contacts don't posses all a unique email. (We have a lot of companies with one email e.g. info@company.com)
Of course if not every customer has a unique email and email is required, this might bring some usability issues.
So I want to disable this uniquess constraint. I've seen that in the backend, there is no such constraint, so it must be on the level of the application.
My question are (and i've seen the topics related to this cosntraint, but they were all bypassed in the real world so no concrete solution on the application):
1) how can i disable this (if this needs to be done on a deeper code/config level, code-snippets would be wonderful as i am totally perl ignorant

2) will it have impact on other modules if this constraint is disabeled?
thx
regards