This discussion has been locked. The information referenced herein may be inaccurate due to age, software updates, or external references.
You can no longer post new replies to this discussion. If you have a similar question you can start a new discussion in this forum.

Web account lockout on unsuccessful attempts

Hi all ASP guys

I know this is possible with a small code in asp but don't know how.

Objective : To auto lock account on consective failure attemps

I want to add another column in the Accounts table

Every time a web user make a fail login attemp the count in this new account table field should increase by 1

If the counter is >=3 the account should be set to expire.

On a successful attemp the count should reset to 0

This will add a security level to the web interface of NPM.

Don't know why the product developer are not including this feature in the application.

Thanks in advance.