Results 1 to 10 of 210

Hybrid View

  1. #1
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,948
    Plugin Contributions
    96

    Default Re: Encrypted Master Password support

    Quote Originally Posted by Exile Machine View Post
    Works great! Thanks for the quick turn-around on the bug fix.
    -Mark
    Thanks for the report. There is, unfortunately, yet-another bug that's crept in (only that the admin-activity-log won't actually identify the customer's account that was logged in).

    The code on line #89 should be changed from
    Code:
                                'gzpost' => gzdeflate (json_encode (array ( 'action' => 'emp_admin_login', 'customer_email_address' => $p1 )), 7),
    to
    Code:
                                'gzpost' => gzdeflate (json_encode (array ( 'action' => 'emp_admin_login', 'customer_email_address' => $p1a )), 7),
    I'll note the issue on the plugin's GitHub repo and get the update scheduled.

  2. #2

    Default Re: Encrypted Master Password support

    I am using ZC ver 1.54,
    Will this work with the latest ver of EMP?

    I also have installed other plugins (add customers, minimum order etc). Will this affect them?

  3. #3
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,948
    Plugin Contributions
    96

    Default Re: Encrypted Master Password support

    v2.2.1 of EMP has been validated with Zen Cart 1.5.3 through 1.5.5a and only affects the built-in Zen Cart Customers->Customers processing (using the ZC 1.5.5a version of those customers.php files).

  4. #4

    Default Re: Encrypted Master Password support

    Quote Originally Posted by lat9 View Post
    v2.2.1 of EMP has been validated with Zen Cart 1.5.3 through 1.5.5a and only affects the built-in Zen Cart Customers->Customers processing (using the ZC 1.5.5a version of those customers.php files).
    I'm not sure what you mean "built in ZC customers"...
    So it wont affect the manual entries that I put in?

  5. #5
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,948
    Plugin Contributions
    96

    Default Re: Encrypted Master Password support

    Since you're running on Zen Cart 1.5.4, EMP will require modification to the module (/YOUR_ADMIN/customers.php) that handles the processing when you click your admin menu's Customers->Customers link.

    No changes will be made to the customer information that you have already entered.

 

 

Similar Threads

  1. v139h tweaking encrypted master password and cowoa
    By lankeeyankee in forum All Other Contributions/Addons
    Replies: 2
    Last Post: 28 Feb 2012, 08:50 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. encrypted master password stopped working
    By stagebrace in forum All Other Contributions/Addons
    Replies: 3
    Last Post: 23 Jan 2010, 06:48 AM
  4. Master Password vs Encrypted Master Password
    By srturner47 in forum All Other Contributions/Addons
    Replies: 3
    Last Post: 24 Apr 2008, 04:05 PM
  5. Encrypted master password probs
    By icklebits in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 5 Jun 2007, 06:00 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