beer-monkey.com
|
| Posted: 03/08/2002, 4:48 AM |
|
I would like to have a 3-strike lock out for accessing the administration section of my website. If a user enters 3 incorrect passwords in a row then the user is set to "quarantined" status, which can only be re-set by myself. Is this possible using CC?
|
|
|
 |
Nicole
|
| Posted: 03/11/2002, 2:50 AM |
|
Hello,
create any temporary variable (lets say of session type) in custom Login event. Set its value to null when user access Login page first time. Increase it each time user enter incorrect password. In case var value equals to 3 update users table and set "status" field to 'locked'.
|
|
|
 |
|