Results 1 to 8 of 8
  1. #1
    Join Date
    Oct 2007
    Posts
    105
    Plugin Contributions
    0

    Default Admin Login Issues

    Hopefully a quick question...

    We are having issues logging into the admin. Obviously that's been discussed several times. Tried the solution here:

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

    I can browse the database and see where a new admin has been created- so I know it worked. I still can't login. (I was sure to used the proper capitalized user name). Directly in the database, I changed the temporary admin email address to one where I can actually receive the email and I got nothing. So, based on the fact that the system would change the password to something I don't know when I send that email, I deleted that user and reran the sql statement.

    What else am I missing?

    Nancy

  2. #2
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Admin Login Issues

    Do your tables have a prefix?
    Zen-Venom Get Bitten

  3. #3
    Join Date
    Oct 2007
    Posts
    105
    Plugin Contributions
    0

    Default Re: Admin Login Issues

    Yes and I adjusted for that with the following:

    DELETE FROM zen_admin WHERE admin_name = 'Admin';
    INSERT INTO zen_admin (admin_name, admin_email, admin_pass, admin_level)
    VALUES ('Admin', 'admin@localhost', '351683ea4e19efe34874b501fdbf9792:9b', 1);

  4. #4
    Join Date
    Oct 2007
    Posts
    105
    Plugin Contributions
    0

    Default Re: Admin Login Issues

    Just thought that I'd throw out there that I've made use of the debug utility- nothing. Fix cache key utility- nothing. Made sure that the cache is writable. Pretty much anything that I've found that might be closely related.

    It doesn't seem to matter if I use the proper password or intentionally put the wrong password- the page just refreshes. I get no message about the wrong password or anything like that.

    Any ideas are greatly appreciated!!
    Nancy

  5. #5
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Admin Login Issues

    Consider that you might have been hacked and compare your files to a fresh set of your version for any un wanted differences
    Zen-Venom Get Bitten

  6. #6
    Join Date
    Oct 2007
    Posts
    105
    Plugin Contributions
    0

    Default Re: Admin Login Issues

    I thought of that- one of the first things that I checked for. I can't find a single file that's been edited in over a year- with the exception of product images.

  7. #7
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Admin Login Issues

    Post your server specs
    Zen-Venom Get Bitten

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

    Default Re: Admin Login Issues

    Well, I can't explain it but today it's working. Thanks for trying to help~ apparently something that I did yesterday helped.

    Nancy

 

 

Similar Threads

  1. Replies: 6
    Last Post: 16 Feb 2015, 07:16 PM
  2. Admin login issues
    By paige1 in forum General Questions
    Replies: 5
    Last Post: 30 Nov 2010, 06:31 PM
  3. Admin Login issues
    By chappo09 in forum Installing on a Linux/Unix Server
    Replies: 7
    Last Post: 26 Oct 2010, 12:20 AM
  4. Admin Login Issues
    By seandavidson in forum Basic Configuration
    Replies: 1
    Last Post: 24 Apr 2008, 01:13 PM
  5. Admin Issues. Cannot Login.
    By lightswitch in forum General Questions
    Replies: 1
    Last Post: 2 Nov 2007, 08:36 PM

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