Membership Security - disable one email per user restriction?

  • Thread starter Thread starter jobs
  • Start date Start date
J

jobs

I'm using Membership security to manage a Retailer Site. We have a
condition where we would like a set of users to be managed by a single
email. Today if you attempt to add a new user and enter the same email
for another user you get an error. Is there any way to get around that?
 
jobs said:
I'm using Membership security to manage a Retailer Site. We have a
condition where we would like a set of users to be managed by a single
email. Today if you attempt to add a new user and enter the same email
for another user you get an error. Is there any way to get around that?
Yup

Simply set:
requiresUniqueEmail="false"
In your provider defination.
 
Back
Top