Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > Membership and lockouts

Reply
Thread Tools

Membership and lockouts

 
 
Justin Dutoit
Guest
Posts: n/a
 
      04-02-2008
Hi gents. I'm new to 2.0, and want to set up a three-strikes 15-minute
lockout policy using Membership and the login control, i.e. you can try
again after 15 minutes, *without* manual unlocking. Any help would be
appreciated.

Tks!
Justin D.


 
Reply With Quote
 
 
 
 
Peter Bromberg [C# MVP]
Guest
Posts: n/a
 
      04-03-2008
The best favor you can do yourself is to search out and find the base
MembershipProvider classes (they are freely available, I just cannot remember
the exact URL). and see how you can write (or override) a custom provider
method for this goal.

-- Peter
Site: http://www.eggheadcafe.com
UnBlog: http://petesbloggerama.blogspot.com
Short Urls & more: http://ittyurl.net


"Justin Dutoit" wrote:

+> Hi gents. I'm new to 2.0, and want to set up a three-strikes 15-minute
> lockout policy using Membership and the login control, i.e. you can try
> again after 15 minutes, *without* manual unlocking. Any help would be
> appreciated.
>
> Tks!
> Justin D.
>
>
>

 
Reply With Quote
 
 
 
 
clintonG
Guest
Posts: n/a
 
      04-03-2008
Use what's available in web.config declarations to assign the number of
tries before locking them out. As for the 15 minute issue? For the most part
I would forget about it as over-kill that really gains little to nothing
that can't be accomplished in the web.config or recording the IP and
responding accordingly.

As for remembering where all this stuff is? I use Microsoft's consistent use
of keywords by doing this...

//websearch
overview membership provider class site:msdn2.microsoft.com



"Peter Bromberg [C# MVP]" <> wrote in message
news:9150BC62-A935-4C15-93B2-...
> The best favor you can do yourself is to search out and find the base
> MembershipProvider classes (they are freely available, I just cannot
> remember
> the exact URL). and see how you can write (or override) a custom provider
> method for this goal.
>
> -- Peter
> Site: http://www.eggheadcafe.com
> UnBlog: http://petesbloggerama.blogspot.com
> Short Urls & more: http://ittyurl.net
>
>
> "Justin Dutoit" wrote:
>
> +> Hi gents. I'm new to 2.0, and want to set up a three-strikes 15-minute
>> lockout policy using Membership and the login control, i.e. you can try
>> again after 15 minutes, *without* manual unlocking. Any help would be
>> appreciated.
>>
>> Tks!
>> Justin D.
>>
>>
>>


 
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
Using AD and a Table for Membership and Roles jim.stanley@alumni.usc.edu ASP .Net Security 1 03-09-2007 09:08 PM
ASP.NET 2.0 Membership - How to disable Automatic Account Lockouts =?Utf-8?B?SmFhbnM=?= ASP .Net 2 04-10-2006 09:01 AM
ASP.NET 2.0 Membership and Login Douglas Adams ASP .Net 1 07-14-2005 08:04 PM
Help - Setting Up Authentication via Active Directory (Group Membership) for IPSEC and WebVPN Clients on VPN3K webspider Cisco 3 12-15-2004 04:35 AM



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