Critical issue -> admin login Fail ? - Printable Version +- ispCP - Board - Support (http://www.isp-control.net/forum) +-- Forum: ispCP Omega Support Area (/forum-30.html) +--- Forum: Usage (/forum-34.html) +--- Thread: Critical issue -> admin login Fail ? (/thread-5120.html) |
Critical issue -> admin login Fail ? - seba22 - 12-11-2008 10:03 PM Hi, I have big problem, today i'm try to log in to my admin account and havee following error: Please help, i cant log in, i dont know it's only error or hacking attempt. Curently i disabled admin.xxx. I don't know what should i do. Regards RE: Critical issue -> admin login Fail ? - joximu - 12-11-2008 10:09 PM open pma, change to db ispcp, open table login - there you can delete the row with the key (normally you can delete all rows - if you're the only one who is working with ispcp). /J RE: Critical issue -> admin login Fail ? - Kotty - 12-11-2008 10:10 PM Delete the Entry that is locatet in the ispcp database. --> DELETE FROM login WHERE session_id = 'INSERT HERE THE DUPLICATE ENTRY VALUE'; RE: Critical issue -> admin login Fail ? - seba22 - 12-11-2008 11:57 PM Ok, thank you, now it's working. Why this issue happen ? RE: Critical issue -> admin login Fail ? - sci2tech - 12-12-2008 01:45 AM It`s solved in RC7 RE: Critical issue -> admin login Fail ? - RatS - 12-12-2008 11:35 AM (12-11-2008 11:57 PM)seba22 Wrote: Why this issue happen ?He has a right of an answer and not only that it is solved sci2tech: The one who wrote the lines, wrote an insert into the table, instead of updating it. |