MEMBERSHIP FRAMEWORK DUPLICATE EMAIL PARAMETER

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for PostgreSQL
Post Reply
JORGEMAL
Posts: 171
Joined: Thu 03 Jul 2008 23:55

MEMBERSHIP FRAMEWORK DUPLICATE EMAIL PARAMETER

Post by JORGEMAL » 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.







AndreyR
Devart Team
Posts: 2919
Joined: Mon 07 Jul 2008 13:16

Post by AndreyR » Wed 26 Nov 2008 11:42

Thanks for the report, the issue is being investigated now. We will notify you on the results.

mrlami
Posts: 13
Joined: Sat 27 Dec 2008 23:50

Post by mrlami » Thu 01 Jan 2009 17:56

@JORGEMAL... solution via URL below might be helpful

http://devart.com/forums/viewtopic.php?p=41739#41739

AndreyR
Devart Team
Posts: 2919
Joined: Mon 07 Jul 2008 13:16

Post by AndreyR » Thu 09 Jul 2009 08:11

We have added support for the requiresUniqueEmail functionality. It will be available in the next build of dotConnects.

Post Reply