Results 1 to 4 of 4
  1. #1
    Join Date
    Dec 2006
    Location
    Victoria, Australia
    Posts
    360
    Plugin Contributions
    0

    Default Trying to reset password

    I am running this queiry assuming the prefix is this part PREFIX_database to reset the password as resending it to our email didnt work:
    PHP Code:
    DELETE FROM PREFIX_admin WHERE admin_name 'Admin'
    INSERT INTO PREFIX_admin (admin_nameadmin_emailadmin_passadmin_level
    VALUES ('Admin''admin@localhost''351683ea4e19efe34874b501fdbf9792:9b'1); 
    Nothing is happening and I still am logged out. I had siteground transfer the site which was working fine on another host but everything is going wrong and i am regretting the move. We have been unable to get into the admin for days and they are slow to respond.
    'E-Start your web store' book - I Got it and now ..... I GET IT !....Well alot more of it anyway (-:

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

    Default Re: Trying to reset password

    I am guessing you are using:
    PREFIX_admin

    to mean you may have prefixed your tables with:
    fred

    so your table name is really
    fred_admin

    and your command is just set that for example purposes ...

    If not, there is a problem right there, as that PREFIX_admin needs to be whatever is in the two configure.php files in:
    /includes/configure.php
    /admin/includes/configure.php

    Make sure that your two configure.php files are setup with the proper information to reflect the change to your new server ...

    Often times this is an issue with the database name, username or password ...

    Sometimes if can be with the paths etc. that might be still set for the old server vs the new server ...

    Does the Catalog work right now?

    If so, compare the files:
    /includes/configure.php
    /admin/includes/configure.php


    Next, browse your admin table via phpMyAdmin and check that the information that you are inserting into the admin table is actually there ...

    Are you getting any errors when you run the SQL commands?

    How many rows (admins) do you see when you browse the admin table?
    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!]
    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
    Dec 2006
    Location
    Victoria, Australia
    Posts
    360
    Plugin Contributions
    0

    Default Re: Trying to reset password

    Thanks Linda,
    They have fixed it just now so I assume that was what was wrong. I have copied the information to my PC for use later if I have the same problem at a later date.

    Thanks for all your help everyone. Without the forum it would be hard to learn and troubleshoot that is for sure.
    'E-Start your web store' book - I Got it and now ..... I GET IT !....Well alot more of it anyway (-:

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

    Default Re: Trying to reset password

    Thanks for the update that you have things working once again ...
    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!]
    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!

 

 

Similar Threads

  1. v155 Password Reset Feature is Not Sending the New Password to the Correct E-mail Address
    By CollegeCommunityClub in forum General Questions
    Replies: 2
    Last Post: 6 Jan 2016, 02:40 AM
  2. v150 admin password expired, won't reset, will not send new password to email
    By baltimorestreetmods in forum General Questions
    Replies: 2
    Last Post: 6 Sep 2012, 07:16 PM
  3. v150 HELP.. killed my phpmyadmin when trying to reset password.. now nothing works
    By thecounsil in forum Installing on a Linux/Unix Server
    Replies: 27
    Last Post: 24 Apr 2012, 07:14 PM
  4. Password Reset
    By MW Promotions in forum Basic Configuration
    Replies: 5
    Last Post: 25 Dec 2010, 04:29 AM
  5. Password not showing in Customer Password Reset Email
    By izuno in forum General Questions
    Replies: 2
    Last Post: 7 Oct 2008, 04:10 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