custom provider causes invalid password error

K

kal

i have created a custom provider in web.config
<membership defaultProvider="CustomisedProvider">

<providers>

<clear/>

<add name="CustomisedProvider"

type="System.Web.Security.SqlMembershipProvider"

applicationName="KalsAp"

connectionStringName="mySqlServer"

minRequiredPasswordLength="5"

minRequiredNonalphanumericCharacters="0"

requiresQuestionAndAnswer="false"

requiresUniqueEmail="false"

passwordStrengthRegularExpression=""


/>

</providers>


and when i try to add a user - i get the error password must comply with
password strength in default provider

any help please

Kal
 

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

Forum statistics

Threads
473,770
Messages
2,569,583
Members
45,075
Latest member
MakersCBDBloodSupport

Latest Threads

Top