Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP.NET 2.0 Membership - How to disable Automatic Account Lockouts

Reply
Thread Tools

ASP.NET 2.0 Membership - How to disable Automatic Account Lockouts

 
 
=?Utf-8?B?SmFhbnM=?=
Guest
Posts: n/a
 
      04-09-2006
A very cool feature of the ASP.NET 2.0 membership provider includes the
automatic "lockout" of users after repeated failed login attempts.

I have a scenario where we don't want this to happen, so how do I disable
the automatic lockout of users ?

Thanks
 
Reply With Quote
 
 
 
 
Chris Fulstow
Guest
Posts: n/a
 
      04-09-2006
Don't see any obvious way to disable it. Maybe you could set
passwordAttemptWindow="0"?

 
Reply With Quote
 
 
 
 
Steven Cheng[MSFT]
Guest
Posts: n/a
 
      04-10-2006
Hi Jaans,

I agree with Chris that the default SqlMembershipProvider doesn't expose
the configuration to let us disable the account lockout. All the available
setting on the provider are in the public properties expoesd by the class:

#SqlMembershipProvider Properties
http://msdn2.microsoft.com/en-us/library/8d54517e.aspx

Also, currently what we can configure on the default provider is enlarge
the login attempt count or rate through the

MaxInvalidPasswordAttempts and MaxInvalidPasswordAttempts property.

Hope this helps.

Regards,

Steven Cheng
Microsoft Online Community Support


==================================================

When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.

==================================================


This posting is provided "AS IS" with no warranties, and confers no rights.



Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)

 
Reply With Quote
 
 
 
Reply

Thread Tools

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
Membership permissions after publishing an ASP.NET Membership site. Tino Donderwinkel ASP .Net 2 06-18-2008 08:16 AM
Membership and lockouts Justin Dutoit ASP .Net 2 04-03-2008 03:06 PM
ASP.NET Account and ASP.NET Membership Paul ASP .Net 1 11-29-2007 10:14 PM
Membership Database - Account Expiration =?Utf-8?B?bmV0c2Vjc3Zj?= ASP .Net 3 10-05-2006 08:19 PM
Automatic build process + automatic NuNit (2 in 1 solution) ASP .Net 1 06-29-2004 04:15 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57