Important Notice from AspDotNetStorefront
It is with dismay that we report that we have been forced, through the action of hackers, to shut off write-access to this forum. We are keen to leave the wealth of material available to you for research. We have opened a new forum from which our community of users can seek help, support and advice from us and from each other. To post a new question to our community, please visit: http://forums.vortx.com
Results 1 to 7 of 7

Thread: Stop forcing customer password reset

  1. #1
    ewolsing is offline Junior Member
    Join Date
    Mar 2009
    Posts
    3

    Post Stop forcing customer password reset

    I want to stop forcing customers who visit my site infrequently to reset their password.

    I have looked through the app config variables, but the variables I saw seem to only apply to administrators.

    Does anyone have any idea of how to accomplish this?

    Thanks,
    Eric

  2. #2
    Louie is offline Senior Member
    Join Date
    Oct 2008
    Posts
    126

    Default

    Please be reminded that the periodic password change for the customer is PCI requirement.

  3. #3
    ewolsing is offline Junior Member
    Join Date
    Mar 2009
    Posts
    3

    Default

    Ok. I get that periodic password changes are part of PCI compliance.

    How do sites like Amazon (same password for the last six years) skirt that issue and remain in compliance? My older customers (who are the bulk of my customers) are annoyed at having to change their passwords so often. Unhappy customers tend to go elsewhere.

    Is there any way to lengthen the password change requirement for customers only? I have not see any config variables that deal with this.

  4. #4
    estephen is offline Senior Member
    Join Date
    Apr 2006
    Location
    Dallas
    Posts
    208

    Default

    I've had the same Paypal password for years as well. Same with Ebay, Amazon, Fedex, and many, many other major players. In fact, I don't think I've ever been forced to change a password by anyone except SalesForce.com - and they are on the far extreme of being uber-strict about reusing passwords, etc. - it is very annoying.

    Is the software's PCI compliant status negated if a store owner has the ability to change an AppConfig to relax the restrictions? Can't it be PCI compliant with all appropriate AppConfigs enabled, otherwise use at your own risk? Maybe even a compliance check in the Admin panel like there is for Security best practices?

    It seems like software can only offer "compliance" and encourage customer "adherence" as a best-practice... not force it. After all, the cart can always be customized with source to break the compliance anyway.

    Just a thought.

  5. #5
    Sean is offline Member
    Join Date
    Jan 2006
    Location
    Canada
    Posts
    90

    Default

    I understand the importance of PCI compliance, it helps to put this product on the pinnacle of the professional scale. However, I also do strongly feel that forcing a continual password reset on a customer, can be a huge turn off to users and is bad for business.
    /// Sean ///

  6. #6
    AspDotNetStorefront Staff - Scott's Avatar
    AspDotNetStorefront Staff - Scott is offline Administrator
    Join Date
    Mar 2007
    Location
    Ashland, OR
    Posts
    2,390

    Default

    We don't actually force customer password resets, only admin users. If your customers are being forced to do that, then something's been modified (or you've somehow managed to set them all up as admin users - EEK!).

    The rule Louie was referring to was for what the PCI SSC calls "non-consumer users and administrators", 8.5.9 of the PCI-DSS:

    Change user passwords at least every 90 days.

  7. #7
    SurfAndSwim is offline Junior Member
    Join Date
    Jun 2009
    Posts
    15

    Default

    The field "PwdChanged" in the Customer table is what triggers the passwords needing to be changed. Set it to 1/1/2020 and you won't be prompted to change your password.