I didn't touch anything in the AdminCP, but people have been working with my server and database, etc..
Since then, the message: "You have used up your failed login quota! Please wait 15 minutes before trying again." appears each time a user tries to log in. Even I can't log in to the admincp! The message appears the first time, and I can't log in.
I don't know where to look in order to try to resolve this. Where are this "5" tries saved? In the mysql, in some table?
Please, I need help to try to fix this ASAP!
Edit: Maybe the value of "5" tries is set to "0" or something like that in my database? Where should I look?
Edit 2: I've received an email wich says the iP wich is trying to login and failed was: 10.0.0.1
I'm jure that's the problem..
Edit 3: I see that my table "session" is filled with "10.0.0.1" in the "host" column. What query should I execute in order to avoid this problem? Set it to 0, null?
Since then, the message: "You have used up your failed login quota! Please wait 15 minutes before trying again." appears each time a user tries to log in. Even I can't log in to the admincp! The message appears the first time, and I can't log in.
I don't know where to look in order to try to resolve this. Where are this "5" tries saved? In the mysql, in some table?
Please, I need help to try to fix this ASAP!
Edit: Maybe the value of "5" tries is set to "0" or something like that in my database? Where should I look?
Edit 2: I've received an email wich says the iP wich is trying to login and failed was: 10.0.0.1
I'm jure that's the problem..
Edit 3: I see that my table "session" is filled with "10.0.0.1" in the "host" column. What query should I execute in order to avoid this problem? Set it to 0, null?
Comment