Hi, I am writting a custom Membership Provider. I downloaded the Sample Provider Toolkit from MSDN to take a look at the source code for the Microsoft SqlMembershipProvider class. To my surprise, I could see no evidence of any logic to determine when a
user's password has expired, or what to do when it has expired. This seems so basic that I feel I must be missing something pretty obvious. Where is his logic located? Thanks.
<div>I'm not sure I agree to that a User's password should necessarily expire after a certain period of time. And I cannot see any members of the
MembershipProvider Class directly designed with this in mind. The beauty though is that you may include logic to handle this in your Custom Membership Provider Class.
</div>
Buer
Member
10 Points
2 Posts
How to handle Expired Passwords using custom Membership Provider
Jun 14, 2006 02:45 AM|LINK
adec
Star
12495 Points
2491 Posts
Re: How to handle Expired Passwords using custom Membership Provider
Jun 14, 2006 03:03 AM|LINK
Andre Colbiornsen