Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP .Net Security > SqlMembershipProvider -

Reply
Thread Tools

SqlMembershipProvider -

 
 
Sherman KB
Guest
Posts: n/a
 
      06-14-2006
In have my web.config set up so that after three invalid login attempts, the
user account will be locked out

maxInvalidPasswordAttempts="3"
passwordAttemptWindow="10"

This all works fine. If I want the account to be enabled after a specific
period of time has past, do I need to call the unlock method, based off the
time span between the FailedPasswordAttemptWindowStart time and the current
time?

--
Ken S
 
Reply With Quote
 
 
 
 
Dominick Baier [DevelopMentor]
Guest
Posts: n/a
 
      06-14-2006
Yes. there is no automatic unlock feature - you have to do that yourself.

---------------------------------------
Dominick Baier - DevelopMentor
http://www.leastprivilege.com

> In have my web.config set up so that after three invalid login
> attempts, the user account will be locked out
>
> maxInvalidPasswordAttempts="3"
> passwordAttemptWindow="10"
> This all works fine. If I want the account to be enabled after a
> specific period of time has past, do I need to call the unlock method,
> based off the time span between the FailedPasswordAttemptWindowStart
> time and the current time?
>



 
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
Encrypted Password with SqlMembershipProvider Glenn ASP .Net 0 06-21-2007 04:24 PM
SQLMembershipProvider Ryan ASP .Net 3 01-29-2007 10:50 AM
Want to create a custom membership provider, but use SQLMembershipProvider functionality Mwob ASP .Net 0 10-19-2006 03:13 PM
SqlMembershipProvider question anon2005@comcast.net ASP .Net 3 03-05-2006 09:20 PM
allow username update/change with SqlMembershipProvider ibiza ASP .Net 0 01-24-2006 04:10 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