Results 1 to 10 of 63

Hybrid View

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

    Default Re: Master Password Encrypted mod support

    No problem, tonight I will up date the readme file for both of these questions.

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

    Default Re: Master Password Encrypted mod support

    Great, thanks. Is it possible to post the answers here as well for other readers?

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

    Default Re: Master Password Encrypted mod support

    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.

  4. #4
    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.
    Thanks stagebrace -much appreciated.

    Great mod by the way - very handy feature for phone sales.

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

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

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

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

  9. #9
    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') ";

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

    Default Re: Master Password Encrypted mod support

    Thanks for getting back to me.
    I've just tried this:

    $get_admin_query = "SELECT admin_id, admin_pass
    FROM " . TABLE_ADMIN . "
    WHERE admin_id in ('4','5','7') ";

    However, it only let's the first admin on the list login, none of the others.

    Any idea why?

 

 

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