U
ulrich schumacher
Hi experts,
i wrote a custom MembershipProvider and when i come to implement the method
"UnlockUser" i wonder that there is no method "LockUser".
The member "IsLockedOut" of a MembershipUser is readony.
So, how do I lock a user?
I extend my custom provider class with a Method "LockUser". Is that the
right way?
Second question:
Does the Login control locks a User automatically, if the members
"MaxInvalidPasswordAttempts" and "PasswordAttemptWindow" are set or do i have
to code this manually in the eventhandlers of this control?
Thanks in advance,
ulrich
i wrote a custom MembershipProvider and when i come to implement the method
"UnlockUser" i wonder that there is no method "LockUser".
The member "IsLockedOut" of a MembershipUser is readony.
So, how do I lock a user?
I extend my custom provider class with a Method "LockUser". Is that the
right way?
Second question:
Does the Login control locks a User automatically, if the members
"MaxInvalidPasswordAttempts" and "PasswordAttemptWindow" are set or do i have
to code this manually in the eventhandlers of this control?
Thanks in advance,
ulrich