Zen Cart Logo
Forums / General Questions / Locked out of admin panel

Locked out of admin panel

Locked

Views: 1,222

Results 1 to 2 of 2
This thread is locked. New replies are disabled.
10 Jun 2008, 3:50 PM
#1
damo2233 avatar

damo2233

New Zenner

Join Date:
Jun 2008
Posts:
1
Plugin Contributions:
0

Locked out of admin panel

When I try to login I get sent back to the login page.
I am given no reason or message to why this happens.

When I try use the password resend, i get sent back to the password reset page again with no explanation.

I have tried the following sql:
DELETE FROM admin WHERE admin_name = 'Admin';
INSERT INTO admin (admin_name, admin_email, admin_pass, admin_level)
VALUES ('Admin', 'admin@localhost', '351683ea4e19efe34874b501fdbf9792:9b', 1);
The information is injected properly but i still cant login.

10 Jun 2008, 4:30 PM
#2
dbltoe avatar

dbltoe

Totally Zenned

Join Date:
Jan 2004
Location:
N of San Antonio TX
Posts:
9,792
Plugin Contributions:
14

Re: Locked out of admin panel

check the error logs on your host. You'll find that some page is not loading.