| Author |
i need help on loggin account limit
|
muntago Richard
Ranch Hand
Joined: Nov 13, 2010
Posts: 75
|
|
Good day everyone, This code updates or counts the number of times users logged in. I want to disable or make users login account invalid on 4th attempt by loading an error page such that the user will be ask to get new account. how do I proceed. Below is my attempt so far. Do i need to set count <=4 to true? or false?. If possible,how
thanks
|
 |
Paul Clapham
Bartender
Joined: Oct 14, 2005
Posts: 16487
|
|
Look at it this way: when count is equal to 1, that means the user has made only one login attempt so far, right? So now consider what your code would do when count is equal to 1. Is that what you would want it to do?
|
 |
muntago Richard
Ranch Hand
Joined: Nov 13, 2010
Posts: 75
|
|
No my intention was to allow each user to login only 4 times and on 5th login attempt let it display an error message that their login credential is no longer valid meaning that they should get new username and password.
Thanks
|
 |
 |
|
|
subject: i need help on loggin account limit
|
|
|