Results 1 to 9 of 9
  1. #1
    Join Date
    Feb 2010
    Location
    Minnesota
    Posts
    245
    Plugin Contributions
    0

    Default Cannot login into admin today

    For some reason I cannot login to my admin panel today. When I try to login It say's: You entered the wrong username or password.
    I check both my configuration files and they seem to be correct.
    I tried the Resend password and used the new temp. password but it just goes back and say's: You entered the wrong username or password.

    Any idea's what to do?

  2. #2
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    18,051
    Plugin Contributions
    1

    Default Re: Cannot login into admin today

    Try this:

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

    Once you're in (or before, if you can access the site by FTP), check your files - you may have been hacked.

  3. #3
    Join Date
    Feb 2010
    Location
    Minnesota
    Posts
    245
    Plugin Contributions
    0

    Default Re: Cannot login into admin today

    Thanks for the response Stevesh

    I am a bit unsure of the process which you refer to in the sql.

    I use zen_ as a prefex, so how should it look in the code below before I run it?

    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);

  4. #4
    Join Date
    Oct 2009
    Posts
    19
    Plugin Contributions
    0

    Default Re: Cannot login into admin today

    [QUOTE=Maynards;1006497]For some reason I cannot login to my admin panel today. When I try to login It say's: You entered the wrong username or password.
    I check both my configuration files and they seem to be correct.
    I tried the Resend password and used the new temp. password but it just goes back and say's: You entered the wrong username or password.

    I am having the same problem today. I can not log into my admin panel . It is giving me an error message:

    Parse error: syntax error, unexpected '>' in /home/....../public_html/orderonline/admin/index.php on line 36

    I have gone to the file to have a look, but can not see anything. If I have been hacked what can I do to correct this?

  5. #5
    Join Date
    Feb 2010
    Location
    Minnesota
    Posts
    245
    Plugin Contributions
    0

    Default Re: Cannot login into admin today

    Anyone with any ideas on my problem with logging into admin?

    If I ran the zc_install again, would that fix this problem?

  6. #6
    Join Date
    Mar 2009
    Location
    Niagara Ontario
    Posts
    136
    Plugin Contributions
    0

    Default Re: Cannot login into admin today

    try clearing browser cookies , cache etc.

  7. #7
    Join Date
    Feb 2010
    Location
    Minnesota
    Posts
    245
    Plugin Contributions
    0

    Default Re: Cannot login into admin today

    That was the first thing I tried.

  8. #8
    Join Date
    Jun 2003
    Posts
    33,825
    Plugin Contributions
    0

    Default Re: Cannot login into admin today

    What version of Zen Cart are you using?
    Please do not PM for support issues: a private solution doesn't benefit the community.

    Be careful with unsolicited advice via email or PM - Make sure the person you are talking to is a reliable source.

  9. #9
    Join Date
    Feb 2010
    Location
    Minnesota
    Posts
    245
    Plugin Contributions
    0

    Default Re: Cannot login into admin today

    Thanks for the people who tried to help. I've got it fixed.

    In Stevesh's email he pointed out the tutorial:
    http://tutorials.zen-cart.com/index.php?article=2 This tutorial worked, it just took me a long time to figure out exactly where to put the prefix of my DB files. I am sure that if I had a lot more knowledge in this stuff like most people It would have been taken care of in minutes.

    Prefix went where you see the ???_

    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);

    I feel kind of dumb for having taken so much time to figure it out.

 

 

Similar Threads

  1. admin login directs to store customer login
    By zas in forum General Questions
    Replies: 5
    Last Post: 1 Sep 2010, 02:46 PM
  2. Admin login problem: There was a security error when trying to login.
    By eddeford in forum Installing on a Linux/Unix Server
    Replies: 3
    Last Post: 27 Jan 2010, 03:59 PM
  3. Replies: 3
    Last Post: 18 Aug 2008, 02:15 AM
  4. Site & Admin Being Super Slow Today
    By DPM in forum General Questions
    Replies: 2
    Last Post: 24 Apr 2008, 12:24 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
  •