Monday, June 29, 2015

How to Reset Zencart Password

Hi guys, in this post i am just going to show you how to reset zencart admin password if you loss it. by default zencart ask to change password after every three months in this case it my be difficult to remember the password. So you if forget your password of admin panel of zencart not to worry about it. you can reset it from you phpMyadmin panel it is quite very easy. you need to execute two sql command that is one to delete the current admin and second one is to insert admin new information.

to delete current admin user of your zencart store you need to execute

DELETE FROM admin WHERE admin_name = 'admin'; 

you need to change admin to the admin username of you zencart store. then you will have to insert fresh admin user information for this you will have to execute

INSERT INTO admin (admin_name, admin_email, admin_pass, admin_profile) 
VALUES ('admin', 'admin@yoursite.com', '351683ea4e19efe34874b501fdbf9792:9b', 1);

change admin email to you store admin email. now

User: admin
Password: admin

is set you can now try login to your admin panel it will ask you to change the password as after fresh installation.

hope this post will you help you.

Related Posts:

  • Adding product in zencart Zen cart is one of most simple shopping cart and easy to maintain. Here is the video how to update products on Zen cart creating category. … Read More
  • Responsite Design testing Hi all Responsive designers, we always fetch issue in testing responsive design testing. The issue has been shorted with two Google chrome extensions "window resizer" and "Responsive Site View". Using window resizer you can… Read More
  • How to Integrate twitter widget in website This blog will show you how to integrate tweets of twitter into you website. Twitter provides widget for it and it very easy to integrate your tweets into your website. you need to follow these steps. You need to login to… Read More
  • New Domain Extension New Domains Availbe To Register .academy .actor .agency .archi .associates .bar .bargains .berlin .best .bid .bike .blackfriday .blue .boutique .build .builders .buzz .cab .camera .camp .… Read More
  • [Solved] How To Increase File Upload size in OpenCart This article will help you to increase file upload size in OpenCart. If you are a OpenCart beginner and you are facing a problem while updating products on your OpenCart store and you are getting error message about file si… Read More

0 comments:

Post a Comment