PC Review


Reply
Thread Tools Rate Thread

custom provider causes invalid password error

 
 
kal
Guest
Posts: n/a
 
      11th Jun 2007
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



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Custom Membership Provider: 'Could not load type' Error Kirk Microsoft ASP .NET 1 6th Feb 2007 09:50 PM
Custom Profile Provider giving error on LastUpdatedDate =?Utf-8?B?UGhpbA==?= Microsoft ASP .NET 0 13th Feb 2006 05:10 AM
Remember Me and Forgot Password with Custom Membership Provider paulmac106@gmail.com Microsoft ASP .NET 0 2nd Feb 2006 10:31 PM
Getting Error : Invalid PInvoke metadata format. while accessing mysql through Bytefx .net native provider Miku Microsoft Dot NET 1 18th Feb 2004 12:13 PM
Invalid Number error with OLE DB provider and Oracle Bryan Microsoft ADO .NET 0 2nd Jul 2003 05:11 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 12:36 AM.