Zen Cart Logo
Forums / General Questions / Resetting Admin password

Resetting Admin password

Views: 667

Results 1 to 2 of 2
31 Mar 2012, 1:47 PM
#1
valansi avatar

valansi

New Zenner

Join Date:
Dec 2010
Posts:
37
Plugin Contributions:
0

Resetting Admin password

Okay, heres the deal, recently, I switched domains, kept the same hosting, but switched the domains. Ever since then, I have been locked out of the admin part of zencart. I have tried to resend the password link, that doesn't work. I tried resetting in the PHPmyadmin, but that doesn't seem to work either.
I used
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);

and added the prefix correctly( it executed the query with no errors) but it still won't let me login to the admin part of zen cart.

Could this possibly be something with me changing my domain, and maybe not updating a config.php file or something of that nature?

Any help would be great.
Thanks

1 Apr 2012, 2:38 AM
#2
nigelt74 avatar

nigelt74

Totally Zenned

Join Date:
Sep 2005
Location:
Waikato, New Zealand
Posts:
1,558
Plugin Contributions:
1

Re: Resetting Admin password

  1. Dis you follow the tutorial when switching domains?
    https://www.zen-cart.com/tutorials/index.php?article=100
    Did you run the cache key bit as well (point 6)

  2. What debug errors if any show in the /cache folder of zencart