Membership and lockouts

Membership and lockouts

am 03.04.2008 01:37:58 von Todd_Calhoun

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.

RE: Membership and lockouts

am 03.04.2008 03:37:00 von pbromberg

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

Re: Membership and lockouts

am 03.04.2008 17:06:51 von Patrice

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-06E72895D824@microsoft.com...
> 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.
>>
>>
>>