I'm using a custom MembershipProvider for members that derives from umbraco.providers.members.UmbracoMembershipProvider. Regardless of what I put in for my maxInvalidPasswordAttempts in the web.config file, a user never gets locked out. We're using a custom login control, but shouldn't this work regardless of the manner in which the validation on the provider gets called?
maxInvalidPasswordAttempts not locking user out?
I'm using a custom MembershipProvider for members that derives from umbraco.providers.members.UmbracoMembershipProvider. Regardless of what I put in for my maxInvalidPasswordAttempts in the web.config file, a user never gets locked out. We're using a custom login control, but shouldn't this work regardless of the manner in which the validation on the provider gets called?
is working on a reply...