Page 4 of 7 FirstFirst ... 23456 ... LastLast
Results 31 to 40 of 63
  1. #31
    Join Date
    Jan 2005
    Location
    Tennessee
    Posts
    1,128
    Plugin Contributions
    0

    Default Re: Master Password Encrypted mod support

    You are welcome. That's what I created it for. But for the company's safety and security I stopped taking phone orders. Now I have a crib sheet to walk the customer through the order process. I Have not lost a customer yet, and the companies chances of being successfully sued for CC Fraud are reduced.

  2. #32
    Join Date
    Oct 2007
    Location
    Edinburgh, Scotland
    Posts
    243
    Plugin Contributions
    1

    Default Re: Master Password Encrypted mod support

    Quote Originally Posted by stagebrace View Post
    You are welcome. That's what I created it for. But for the company's safety and security I stopped taking phone orders. Now I have a crib sheet to walk the customer through the order process. I Have not lost a customer yet, and the companies chances of being successfully sued for CC Fraud are reduced.
    A very good point, although possibly more of a problem for US businesses than UK businesses - but definitely something to be careful about. Thanks.

  3. #33
    Join Date
    Oct 2007
    Location
    Edinburgh, Scotland
    Posts
    243
    Plugin Contributions
    1

    Default Re: Master Password Encrypted mod support

    Quote Originally Posted by stagebrace View Post
    Q: Is there any proposed support for this to work with more than 1 admin account.
    A: Use the SQL IN Operator for multiple id's.
    WHERE admin_id in ('1','2')

    Q: Is there any reason why it does not use the template override system?
    A: I have not found the template override system to work in the modules folders.
    Hi again,

    Haven't tried to implement this until now, can you confirm the line should read:

    PHP Code:
    WHERE admin_id in ('1','2'
    I was getting an error when i changed to code to the above.

  4. #34
    Join Date
    Oct 2005
    Posts
    34
    Plugin Contributions
    2

    Default Re: Master Password Encrypted mod support

    Not sure if this has been addressed, but I was under the impression that I would be able to change the user's password once I logged in. However, I discovered that I must still know the current user's password to change it. Obviously this defeats the purpose of trying to change their password since no one knows it. I modified header_php.php in includes\modules\pages\account_password to make this work also. I am not sure if there are any issues with doing this, but I think this should be included in the module and I would be happy to share what I did if it would be helpful.

    -Sean

  5. #35
    Join Date
    Mar 2009
    Location
    Dublin
    Posts
    5
    Plugin Contributions
    0

    Default Re: Master Password Encrypted mod support

    I am also having problems with this mod, I have carefully followed the instructions for 1.3.8 and it's still not working. I recently installed Easy Sign Up & Login and Fast & Easy Checkout mods, does anyone know if either or both of these might be affecting the Encrypted Master Password mod?

    Any help would be appreciated!

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

    Default Re: Master Password Encrypted mod support

    -Sean

    Changing a customers password was not concidered in the design.
    Dennis


    -paulaasple
    I assume you are using zen cart 1.3.8?
    Use a compare program to see the differences between your file and the modified one I provided.
    Dennis

  7. #37
    Join Date
    Mar 2009
    Location
    Dublin
    Posts
    5
    Plugin Contributions
    0

    Default Re: Master Password Encrypted mod support

    Hi Dennis,

    Thanks for your prompt reply. I am using version 1.3.8 and I have compared the two files and the only difference is the master password code. That's why I'm wondering if one of the other mods might be affecting it?

    Thanks

    Paula

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

    Default Re: Master Password Encrypted mod support

    I have send a private message with my email for a copy of your header_php.php file.

    Dennis

  9. #39
    Join Date
    Oct 2007
    Location
    Edinburgh, Scotland
    Posts
    243
    Plugin Contributions
    1

    Default Re: Master Password Encrypted mod support

    Quote Originally Posted by fergusmacdonald View Post
    Hi again,

    Haven't tried to implement this until now, can you confirm the line should read:

    PHP Code:
    WHERE admin_id in ('1','2'
    I was getting an error when i changed to code to the above.
    Hi there,

    Any help on this would be much appreciated - what is the delimiter for multiple admin ID's?

    Thanks.

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

    Default Re: Master Password Encrypted mod support

    Confirmed, this works for me.

    $get_admin_query = "SELECT admin_id, admin_pass
    FROM " . TABLE_ADMIN . "
    WHERE admin_id in ('1','2') ";

 

 
Page 4 of 7 FirstFirst ... 23456 ... LastLast

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. 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
  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