Mono Support Register validation with email 

Viewed 7020 time(s), 2 post(s), 3/22/2012 3:59:03 PM - by DavidGarcia
3/22/2012 3:59:03 PM
659 Reputation 84 Total posts

Hello,

I've been wondering if there is a way to validate the register in order that no duplicated emails can be stored. Basically what i want is to not have to different users with the same email adress.

Best Regards.

1
3/22/2012 7:21:57 PM
2218 Reputation 300 Total posts

Hello,

I recommend turning on the unique e-mails membership provider option. Your configuration should look something like this:

<add connectionStringName="LocalSqlServer" ... requiresUniqueEmail="true" ... name="AspNetSqlMembershipProvider" type="MonoSoftware.MonoX.MonoXMembershipProvider, MonoX" />

Please note the requiresUniqueEmail property.

Regards

2
This is a demo site for MonoX. Please visit Mono Software for more info.