Page 3 of 21 FirstFirst 1234513 ... LastLast
Results 21 to 30 of 210
  1. #21
    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 Savvonet View Post
    I tryed to add admin\user password check on header_php.php in includes/modules/pages/account_password, and it works fine, but with one bug:

    If a customer (logged with normal mail and password) or an admin (logged with mail and master password) try to change account password, in old password field there is no longer a check, any word will be passed as "old password".
    This may be the main reason the originator did not include master password in this manner.
    As stated in my earlier post, I think the forgotten password is the better option. Even if I personally add someone to a site while talking on the phone, my last step is to use the forgotten password function to send them a new password.

  2. #22
    Join Date
    Oct 2010
    Location
    SoCal
    Posts
    79
    Plugin Contributions
    0

    Default Re: Encrypted Master Password support

    Quote Originally Posted by dbltoe View Post
    The beauty of open source is that you can "massage" at will.
    Personally, when someone forgets their password, I use the built-in forgotten password feature to send them a new one by email. I could see where a user might request something they can remember better than the ZC-generated one but I advise them to use a more secure password.
    Where is this forgotten password feature you speak of?

  3. #23
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,696
    Plugin Contributions
    123

    Default Re: Encrypted Master Password support

    index.php?main_page=password_forgotten

    There is a link to this page on the login page (index.php?main_page=login) right under the email/password fields where existing customers log in.
    That Software Guy. My Store: Zen Cart Modifications
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

  4. #24
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,492
    Plugin Contributions
    88

    Default Re: Encrypted Master Password support

    I just took a peek at this plugin and would like to propose a couple of modifications for the most recent version:
    1. Allow either a single admin user or all users in an admin group (or both) to have the customer-login access
    2. Add a session variable if the current session is an admin-login to allow an admin-login to have potentially different behavior

    I'd be happy to implement these changes; I just didn't want to step on anyone's feet.

  5. #25
    Join Date
    Jan 2007
    Posts
    1,484
    Plugin Contributions
    10

    Default Re: Encrypted Master Password support

    Quote Originally Posted by lat9 View Post
    I just took a peek at this plugin and would like to propose a couple of modifications for the most recent version:
    1. Allow either a single admin user or all users in an admin group (or both) to have the customer-login access
    2. Add a session variable if the current session is an admin-login to allow an admin-login to have potentially different behavior

    I'd be happy to implement these changes; I just didn't want to step on anyone's feet.
    Yes, and yes. Both would be great features. Right now I had to hack the code to allow for 2 admin users to be able to log in. I would really like to see these changes implemented. Thanks!

    Zen Cart and it's community are the best!!

  6. #26
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,492
    Plugin Contributions
    88

    Default Re: Encrypted Master Password support

    Quote Originally Posted by lankeeyankee View Post
    Yes, and yes. Both would be great features. Right now I had to hack the code to allow for 2 admin users to be able to log in. I would really like to see these changes implemented. Thanks!
    Done; v1.5.1 of the plugin has been submitted to the Plugins area ...

  7. #27
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,492
    Plugin Contributions
    88

    Default Re: Encrypted Master Password support

    Quote Originally Posted by lat9 View Post
    Done; v1.5.1 of the plugin has been submitted to the Plugins area ...
    ... and is available for download.

  8. #28
    Join Date
    Apr 2011
    Posts
    18
    Plugin Contributions
    0

    Default Re: Encrypted Master Password support

    Hi Lat9

    Just installed that version of header_php.php on a fresh install of 1.5.0 and get the blank page issue noted in post 2 or 3 of this forum. When I revert to the basic mod then it works fine. I like the improvments you made but would like to use them on 1.5.0 as PCI is important to me. Is there any fix to that which I could apply to make this work on 1.5.0? Thanks for the great work.


    Cheers

  9. #29
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,492
    Plugin Contributions
    88

    Default Re: Encrypted Master Password support

    paperman, what's in the associate error log (in your /cache folder)?

  10. #30
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,492
    Plugin Contributions
    88

    Default Re: Encrypted Master Password support

    Arggh! Never mind, paperman. This is what I get for not re-installing the plugin after I've been testing the failure cases.

    Line#64 of /includes/modules/pages/login/header_php.php is currently:
    Code:
          if (!defined('EMP_LOGIN_ADMIN_ID')) define ('EMP_LOGIN_ADMIN_ID', 1;  /*lat9-a*/
    and should be changed to
    Code:
          if (!defined('EMP_LOGIN_ADMIN_ID')) define ('EMP_LOGIN_ADMIN_ID', 1);  /*lat9-a*/
    I'll get the update updated shortly.

 

 
Page 3 of 21 FirstFirst 1234513 ... 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