Page 20 of 21 FirstFirst ... 1018192021 LastLast
Results 191 to 200 of 210
  1. #191
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,151
    Plugin Contributions
    11

    Default Re: Encrypted Master Password support

    With it's inclusion in the core, you have to dial down a little in the docs to find the page with the settings.

    HTH

    https://docs.zen-cart.com/user/runni...n_as_customer/

  2. #192
    Join Date
    May 2008
    Posts
    442
    Plugin Contributions
    1

    Default Re: Encrypted Master Password support

    Quote Originally Posted by dbltoe View Post
    With it's inclusion in the core, you have to dial down a little in the docs to find the page with the settings.

    HTH

    https://docs.zen-cart.com/user/runni...n_as_customer/
    It's not an option from what I see but would be a nice feature. It would give an extra layer of security to restrict master password use to certain ips only. As it is now if someone were to find out an a master password they can login to any account from anywhere.

  3. #193
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,151
    Plugin Contributions
    11

    Default Re: Encrypted Master Password support

    Quote Originally Posted by marcopolo View Post
    It's not an option from what I see but would be a nice feature. It would give an extra layer of security to restrict master password use to certain ips only. As it is now if someone were to find out an a master password they can login to any account from anywhere.
    You would have to make sure all admins had static IP addresses, never had to login from their mobile phone, and never used wifi while on the road.

    Your best bet is to activate two-factor authentication. Discussion and directions can be found starting on page 43 of the Implementation Guide found in the docs folder's PDF file.

    Great security without the "what's my IP now" problem.

  4. #194
    Join Date
    May 2008
    Posts
    442
    Plugin Contributions
    1

    Default Re: Encrypted Master Password support

    Quote Originally Posted by dbltoe View Post
    You would have to make sure all admins had static IP addresses, never had to login from their mobile phone, and never used wifi while on the road.

    Your best bet is to activate two-factor authentication. Discussion and directions can be found starting on page 43 of the Implementation Guide found in the docs folder's PDF file.

    Great security without the "what's my IP now" problem.
    In my particular case we do not access user accounts or admin control panel outside a set of ips so the ip restriction would be great for us. I will look at the two-factor authentication however would that work for signing into a users account using the admin password, not sure it would. That seems to only block admin control panel access which we already do. I'm just trying to restrict access to someone that would have found out a admins passwords and uses it to gain access to all accounts. Like I said just a feature not everyone would use it but I would guess many would.

  5. #195
    Join Date
    Jan 2013
    Posts
    811
    Plugin Contributions
    0

    Default Re: Encrypted Master Password support

    how do i turn off or stop it from dislaying ( Currently shopping for ) on every page i click it shows up?

  6. #196
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,151
    Plugin Contributions
    11

    Default Re: Encrypted Master Password support

    That's a safety feature to remind you that you are technically logged in as a user.

    If you are finished, log out and the notice will go away.

  7. #197
    Join Date
    Jan 2013
    Posts
    811
    Plugin Contributions
    0

    Default Re: Encrypted Master Password support

    every page i go to it is there and i have to click it off on every page

  8. #198
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,489
    Plugin Contributions
    88

    Default Re: Encrypted Master Password support

    Quote Originally Posted by jimmie View Post
    every page i go to it is there and i have to click it off on every page
    I don't understand your statement; the message (unless modifications have been made) displays on the top of each page and there's nothing to click to "dismiss" the message.

  9. #199
    Join Date
    Jan 2013
    Posts
    811
    Plugin Contributions
    0

    Default Re: Encrypted Master Password support

    there is a litte X to close it out

  10. #200
    Join Date
    Nov 2005
    Location
    los angeles
    Posts
    2,690
    Plugin Contributions
    9

    Default Re: Encrypted Master Password support

    Quote Originally Posted by jimmie View Post
    there is a litte X to close it out
    there are a couple of ways to handle it. conceivably you can add some javascript to automatically remove it out on pages that you do not want to see it.

    there does not seem to be any notifiers in the message_stack class despite that class extending base.

    barring that, you can change the following file:

    includes/templates/YOUR_TEMPLATE/templates/tpl_message_stack_default.php

    to something like:

    PHP Code:
    <?php
        
    for ($i 0$n sizeof($output); $i $n$i++) {
            if (!
    str_contains($output[$i]['text'], 'Currently shopping for')) {
                
    ?>
                <div <?= $output[$i]['params']; ?>><?= $output[$i]['text']; ?></div>
                <?php
            
    }
        }
    hope that helps.

    best.
    author of square Webpay.
    mxWorks has premium plugins. donations: venmo or paypal accepted.
    premium consistent excellent support. available for hire.

 

 
Page 20 of 21 FirstFirst ... 1018192021 LastLast

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

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