User1863298402 posted
I have a .net web app that uses AD to manager the users, I got the security question and answer working to reset the password (followed this article: http://msdn.microsoft.com/en-us/library/ms998360.aspx)
The problem: Currently AD's Lockout-Threshold is set to 0 so the user can try to login as many times they want. If I set the Lockout-Threshold to 5 attempts
and the account is locked then the security question and answer don't work, cannot reset the password if AD locks the account.
Is there way to lock the account after 5 attempts but allow the user to go though the password Q&A process?
Thanks,
Tarek