Results 1 to 5 of 5
  1. #1
    Join Date
    Jul 2012
    Location
    United Kingdom
    Posts
    12
    Plugin Contributions
    0

    Default How to change my admin password?

    I've had a read of the FAQ's on this topic but to no avail. I have a password provided for me by my host who set up zencart for me, so I can log in to the admin area! I've been poking around in there now for a few hours and I've drawn a blank.

    I've looked under the "Tools", "Admin Access Management" menu and "Account" section. Lots of stuff but nothing I could find which lets me actually change my password. Where can I find it???

    I did it in 2 second flat in Joomla, so I'm not entirely a lost cause (I hope). I'm running zc1.5.0.

    Thanks

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

    Default Re: How to change my admin password?

    Admin - Admin Access Management - Admin Users - Reset Password button.

  3. #3
    Join Date
    Jul 2012
    Location
    United Kingdom
    Posts
    12
    Plugin Contributions
    0

    Default Re: How to change my admin password?

    Cheers Steve!

  4. #4
    Join Date
    Jul 2012
    Posts
    2
    Plugin Contributions
    0

    Default Re: How to change my admin password?

    i need to reset admin email and password

    i can not via zen cart admin panel.

    is there some way to change the password via ftp file directory in the admin.php folder.

    i have tried via phpMyAdmin

    Error

    SQL query:

    DELETE FROM admin WHERE admin_name = 'Admin';

    ---------------------------------------------------------------------------------------------

    DELETE FROM admin WHERE admin_name = 'Admin';

    INSERT INTO admin (admin_name, admin_email, admin_pass, admin_profile)

    VALUES ('Admin', 'admin@localhost', '351683ea4e19efe34874b501fdbf9792:9b', 1);

  5. #5
    Join Date
    Jan 2007
    Location
    Australia
    Posts
    3,967
    Plugin Contributions
    1

    Default Re: How to change my admin password?

    Quote Originally Posted by milagromac View Post
    i need to reset admin email and password

    i can not via zen cart admin panel.

    is there some way to change the password via ftp file directory in the admin.php folder.
    The admin password cannot be changed via FTP.

    Quote Originally Posted by milagromac View Post
    i have tried via phpMyAdmin

    Error

    SQL query:

    DELETE FROM admin WHERE admin_name = 'Admin';
    There are two possible causes for an error here. The first is if your admin user isn't actually called 'Admin', the other is if you are using table prefixes, in which case you'll need to use
    DELETE FROM yourprefix_admin WHERE admin_name = 'Admin';

    Having said that, an error during the DELETE can be safely ignored.

    Quote Originally Posted by milagromac View Post
    INSERT INTO admin (admin_name, admin_email, admin_pass, admin_profile)
    VALUES ('Admin', 'admin@localhost', '351683ea4e19efe34874b501fdbf9792:9b', 1);
    If you can run this insert command without any errors then you *will* be able to log into your store using Username = "Admin" with password "admin".

    If not, then there is something you are not telling us :)

    Cheers
    Rod
    New support site for the ozpost shipping module now live!

 

 

Similar Threads

  1. Rookie question.. How do I change admin password
    By headyntl in forum Basic Configuration
    Replies: 3
    Last Post: 5 Jan 2010, 03:39 AM
  2. How do I change my Admin password or add a new admin?
    By websissy in forum General Questions
    Replies: 6
    Last Post: 25 Apr 2008, 05:33 AM
  3. How to change the ADMIN password???
    By enewbold in forum General Questions
    Replies: 4
    Last Post: 24 Jul 2007, 06:58 PM
  4. Replies: 1
    Last Post: 15 Nov 2006, 07:50 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
  •