Page 1 of 2 12 LastLast
Results 1 to 10 of 33

Hybrid View

  1. #1
    Join Date
    Oct 2006
    Posts
    63
    Plugin Contributions
    0

    Default Admin USer & Password no loner work.

    Hi Zenners,

    For some reason my User and Password do not work to my Zencart Admin panel any more! I tried to resend a new password but this does not help. I tried to use the old User and Admin but I still can not get in.

    I tried to use the resetting via phpMyAdmin with the code given in the lost password article, but this does not help. Any answers as to what I could do?

    Thanks in Advance
    Jamie
    Down Under

  2. #2
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Admin USer & Password no loner work.

    Using phpMyAdmin you can fix this by dropping and recreating the admin table and adding a default login and password:

    PHP Code:
          DROP TABLE IF EXISTS admin;
    CREATE TABLE admin (
      
    admin_id int(11NOT NULL auto_increment,
      
    admin_name varchar(32NOT NULL default '',
      
    admin_email varchar(96NOT NULL default '',
      
    admin_pass varchar(40NOT NULL default '',
      
    admin_level tinyint(1NOT NULL default '1',
      
    PRIMARY KEY  (admin_id),
      
    KEY idx_admin_name_zen (admin_name)
    TYPE=MyISAM
    Next run this to set the login to Admin/admin:

    Reset login and password to: Admin admin
    PHP Code:
          INSERT INTO admin VALUES (1'Admin''admin@localhost''351683ea4e19efe34874b501fdbf9792:9b'1); 
    WARNING: be sure to reset the Admin login as soon as you have access for the Admin password and email address ... in Tools ... Admin Settings ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today: v1.5.5]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  3. #3
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Admin USer & Password no loner work.

    NOTE: if using prefixes on your database table names such as:

    zen_admin ... you will need to alter that fix for your specific prefix ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today: v1.5.5]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  4. #4
    Join Date
    Feb 2008
    Posts
    55
    Plugin Contributions
    0

    Default Re: Admin USer & Password no loner work.

    I also did as above, but still can't login.
    I am using 1.3.8a.
    All our admin logins were working yesterday and now today it's just not working! What's the problem.

  5. #5
    Join Date
    Feb 2008
    Posts
    55
    Plugin Contributions
    0

    Default Re: Admin USer & Password no loner work.

    I think I'm not running the sql query right. Can you repost it with the zen_ added in. Thanks!

  6. #6
    Join Date
    Feb 2008
    Posts
    55
    Plugin Contributions
    0

    Default Re: Admin USer & Password no loner work.

    I used this page: https://www.zen-cart.com/tutorials/index.php?article=2

    And got the admin to login.

  7. #7
    Join Date
    Oct 2007
    Posts
    134
    Plugin Contributions
    0

    Default

    I got it cleared. Thanks a ton for your help.:-):-):-):-):-):-)
    Quote Originally Posted by SHokuf View Post
    I used this page: https://www.zen-cart.com/tutorials/index.php?article=2

    And got the admin to login.
    Posted via Mobile Device

  8. #8
    Join Date
    Oct 2007
    Posts
    134
    Plugin Contributions
    0

    Default Re: Admin USer & Password no loner work.

    I am also having the same problem.

    My password is not working. I tried to do this as described here, but still it is not working.

    please help.

    its urgent.


    Quote Originally Posted by Ajeh View Post
    Using phpMyAdmin you can fix this by dropping and recreating the admin table and adding a default login and password:

    PHP Code:
          DROP TABLE IF EXISTS admin;
    CREATE TABLE admin (
      
    admin_id int(11NOT NULL auto_increment,
      
    admin_name varchar(32NOT NULL default '',
      
    admin_email varchar(96NOT NULL default '',
      
    admin_pass varchar(40NOT NULL default '',
      
    admin_level tinyint(1NOT NULL default '1',
      
    PRIMARY KEY  (admin_id),
      
    KEY idx_admin_name_zen (admin_name)
    TYPE=MyISAM
    Next run this to set the login to Admin/admin:

    Reset login and password to: Admin admin
    PHP Code:
          INSERT INTO admin VALUES (1'Admin''admin@localhost''351683ea4e19efe34874b501fdbf9792:9b'1); 
    WARNING: be sure to reset the Admin login as soon as you have access for the Admin password and email address ... in Tools ... Admin Settings ...

  9. #9
    Join Date
    Oct 2007
    Posts
    134
    Plugin Contributions
    0

    Default Re: Admin USer & Password no loner work.

    Quote Originally Posted by muteyaar View Post
    I am also having the same problem.

    My password is not working. I tried to do this as described here, but still it is not working.

    please help.

    its urgent.
    I received two orders in the mean time and I am not able to check out even what items were purchased by which customers. please help me urgently as I have to ship the items on time.

  10. #10
    Join Date
    Apr 2006
    Location
    West Salem, IL
    Posts
    2,748
    Plugin Contributions
    0

    Default Re: Admin USer & Password no loner work.

    do you have a prefix on your database tables? (i.e. zen_)
    Mike
    GeekHost - Zen Cart Certified & PCI Compliant Hosting
    The Zen Cart Forum...Better than a monitor covered with post-it notes!

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. Admin User Name and password
    By asherr6 in forum Basic Configuration
    Replies: 5
    Last Post: 20 Jan 2010, 11:06 PM
  2. ADMIN user does not work! can resend PW but admin name wrong?
    By catalinabydesign in forum General Questions
    Replies: 3
    Last Post: 23 May 2009, 11:47 AM
  3. Admin User Groups & User Permissions
    By haleyjo in forum Customization from the Admin
    Replies: 4
    Last Post: 20 Nov 2007, 08:31 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR