CreateUserWizard Required email

O

or.shnaider

I've eliminate the required email field in the create user step by
change the required email frield to false and deleted the email text
box.
in addition I elimnitate the question text box as well by using the
following segment in the webconfig
<membership defaultProvider="SqlProvider" userIsOnlineTimeWindow="20">
<providers>
<clear/>
<add name="SqlProvider"
type="System.Web.Security.SqlMembershipProvider"
connectionStringName="LocalSqlServer" enablePasswordRetrieval="false"
enablePasswordReset="true" requiresQuestionAndAnswer="false"
passwordFormat="Hashed" applicationName="/"/>
</providers>
</membership>

When I push the create user button I still get the following message.
Please enter a valid e-mail address
from the validators.
It looks like a bug...
Does somebody know how to solve it?
10X
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,055
Latest member
SlimSparkKetoACVReview

Latest Threads

Top