I have an asp.NET framework 4 web form website with user login capabilities etc etc... Im using visual studio 2010.
Each user has 3 login attempts once the log in attempts has passed 3, their account is locked. The only way to unlock these accounts is via the admin panel.
however a need a stored procedure or trigger that sets all the login attempts to zero each day. This way the login attempts wont be accumulative, just a daily counter.
How would this be done?