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

G

Guest

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
 
C

Chris Fulstow

Don't see any obvious way to disable it. Maybe you could set
passwordAttemptWindow="0"?
 
S

Steven Cheng[MSFT]

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.)
 

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

Similar Threads


Members online

Forum statistics

Threads
473,744
Messages
2,569,484
Members
44,906
Latest member
SkinfixSkintag

Latest Threads

Top