Blocking access to the login page
in PHP added by goodphptutorials, on 12/9/2006 user authentication
Sometimes you need to add an extra protection to password-protected website. This article explains how access to the login page can be restricted after three unsuccessful login attempts. This schema uses visitors IP address to store log attempts in the database and block access to login feature for 30 minutes after third unsuccessful attempt.
comment save reportno comments
