views:

219

answers:

1

Using the .NET Membership Provider and trying to re-create an Add User page which has been used by other developers (the actual developer has left my company). But while most things work, like editing users, I can't add a new user because this wizard is marking all emails as invalid. I don't know how to update the configuration of the provider to stop marking valid emails as invalid. The emails pass the .NET regular expression validation of "Internet Email".

A: 

It seems the actual developer set wrong value to EmailRegularExpression property of CreateUserWizard control.

Alexander Prokofyev