Results 1 to 4 of 4
  1. #1
    Join Date
    Jan 2005
    Location
    Tennessee
    Posts
    1,128
    Plugin Contributions
    0

    Default encrypted master password stopped working

    In response for help.."encrypted master password stopped working"

    Sorry to hear that this mod stopped working for you. As with most failures on something that was working, then stopped. You must find what changed.

    Two places to check for changes
    \includes\modules\pages\login\header_php.php
    and the admin table in your database.

  2. #2
    Join Date
    Jan 2005
    Location
    Tennessee
    Posts
    1,128
    Plugin Contributions
    0

    Default Re: encrypted master password stopped working

    If a second admin is added, the SQL to select that admin_id will need to be modified. This code only will alow one of your admins to login as the user.

    PHP Code:
    $get_admin_query "SELECT admin_id, admin_pass
                            FROM " 
    TABLE_ADMIN "
                            WHERE admin_id = '1' "

    for the benefit of all I will not respond to anymore private enquiries that would have benefited all with the question.
    Last edited by stagebrace; 22 Jan 2010 at 09:10 PM.

  3. #3
    Join Date
    Feb 2007
    Posts
    819
    Plugin Contributions
    0

    Default Re: encrypted master password stopped working

    what if you only have 1 admin, but you change the admin password, what/where do you edit so it will recognize the new password?

  4. #4
    Join Date
    Jan 2005
    Location
    Tennessee
    Posts
    1,128
    Plugin Contributions
    0

    Default Re: encrypted master password stopped working

    Its not the admin password this is at issue. I think it is which admin id you are using. Zen Cart alows you to set up several admin accounts. encrypted master password will only let you use one of them. The admin id can be found by going to Admin/Tools/Admin Settings. The left most column shows the admin id. Choose the one you want to use for encrypted master password and adjust the SQL line:
    PHP Code:
    WHERE admin_id '1' "; 

 

 

Similar Threads

  1. Encrypted Master Password support
    By stagebrace in forum Addon Admin Tools
    Replies: 209
    Last Post: 11 May 2023, 07:40 PM
  2. Master Password Encrypted mod support
    By Woodymon in forum All Other Contributions/Addons
    Replies: 62
    Last Post: 16 May 2011, 02:48 AM
  3. Master Password vs Encrypted Master Password
    By srturner47 in forum All Other Contributions/Addons
    Replies: 3
    Last Post: 24 Apr 2008, 04:05 PM
  4. Master Password Stopped Working
    By voltage in forum All Other Contributions/Addons
    Replies: 6
    Last Post: 7 Nov 2007, 04:03 PM
  5. Encrypted master password probs
    By icklebits in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 5 Jun 2007, 06:00 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
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR