MEMBERSHIP FRAMEWORK DUPLICATE EMAIL PARAMETER
Posted: Tue 25 Nov 2008 17:08
I have set the membership parameters NOT to accept duplicate emails when adding users but it seems it does not work or I am misunderstanding the usage of such parameter.
Can you please let me know how the "requiresUniqueEmail" parameter work?
Below is the membership definition in my web.config file for your review. I tried with "true" and "false" and the same email can be added several times.
Also, I have typed an invalid email string (AAAAAAAAAA for example) and the provider does not catch the MembershipCreateStatus=5 corresponding to an invalid email.
Can you please let me know how the "requiresUniqueEmail" parameter work?
Below is the membership definition in my web.config file for your review. I tried with "true" and "false" and the same email can be added several times.
Also, I have typed an invalid email string (AAAAAAAAAA for example) and the provider does not catch the MembershipCreateStatus=5 corresponding to an invalid email.