Problem with Create User wizard control

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for PostgreSQL
Post Reply
richard
Posts: 11
Joined: Tue 05 Sep 2006 14:53
Location: Full
Contact:

Problem with Create User wizard control

Post by richard » Tue 22 May 2007 19:53

Using the CoreLab Membership provider (PostgreSQL) with the .NET built-in CreateUserWizard Control seems to create some problems when it comes error handling.

If the password does not satisfy the minimum length or minimum non alphanumerical characters configuration, the Provider throws an exception that is not endled by the CreateUserWizard for some reasons.

The built-in .NET provider does not behave in this way, it simply gets the user back to the user creation page with a proper error message.

Also, since the CreateUserWizard control does have an event handler (CreateUserError) and its doesn't get to it lead me to believe this is not working as intended.

Alexey
Posts: 2756
Joined: Mon 13 Mar 2006 07:43

Post by Alexey » Wed 23 May 2007 07:01

Please send me a small test project to reproduce the problem.
Use e-mail address provided in the Readme file.

Post Reply