Results 1 to 6 of 6
  1. #1
    Join Date
    Jul 2006
    Posts
    119
    Plugin Contributions
    0

    Default Login problems (Customer & Admin)

    The cart has been workign great for several months now. Then all of a sudden I can't login to the admin and customers can't login. When I try to login to admin it tells me I have the wrong user or pass. Which I don't. Is there a way to verify or change the admin user & pass in a file somewhere or maybe the db?

    Please help. Thanks.

  2. #2
    Join Date
    Aug 2006
    Posts
    7
    Plugin Contributions
    0

    Default Re: Login problems (Customer & Admin)

    Seems I'm having the same problem. Where do you host your site?
    [FONT="Palatino Linotype"]Heather Watson Digital Elements[/FONT]

  3. #3
    Join Date
    Jul 2006
    Posts
    119
    Plugin Contributions
    0

    Default Re: Login problems (Customer & Admin)

    hagenhosting.com

  4. #4
    Join Date
    Jul 2006
    Posts
    119
    Plugin Contributions
    0

    Default Re: Login problems (Customer & Admin)

    Does anybody know where the username & password are stored so I can try to chagne it to get back in? Anybody?

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

    Default Re: Login problems (Customer & Admin)

    You can go into phpMyAdmin and remove all admin logins and passwords and reset 1 to be working so that you can get in and then reset it to your email address and password ...

    This will remove and rebuild the admin table:
    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),
    KEY idx_admin_email_zen (admin_email)
    TYPE=MyISAM
    This will add a new login setting it to Admin with the password admin
    PHP Code:
    INSERT INTO admin VALUES (1'Admin''admin@localhost''351683ea4e19efe34874b501fdbf9792:9b'1); 
    Don't forget to change your login, email and password to your own as soon as you get into the Admin ...
    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!

  6. #6
    Join Date
    Feb 2007
    Posts
    15
    Plugin Contributions
    0

    Default Re: Login problems (Customer & Admin)

    Thanks for the prompt reply.

    I login in with case sensitive too but it didnt work.

    May I know how to open the php profile? Sorry I am not good at programming, going to be slow for me. Thanks.

 

 

Similar Threads

  1. v153 customer login problems... problems w new class.zcPassword
    By carlwhat in forum Upgrading to 1.5.x
    Replies: 5
    Last Post: 1 Aug 2014, 01:42 AM
  2. Replies: 8
    Last Post: 11 Oct 2012, 12:21 AM
  3. Blank page after both admin & customer login
    By katrobb in forum General Questions
    Replies: 2
    Last Post: 16 Sep 2010, 07:50 PM
  4. Customer&Admin Login Fail
    By cristaltech in forum General Questions
    Replies: 1
    Last Post: 19 Jun 2007, 01:11 AM

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