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 3 of 3

Thread: Password Timeout

  1. #1
    datzent83 is offline Member
    Join Date
    Jul 2006
    Posts
    82

    Default Password Timeout

    How can I disable the password timeout. Every so often it asks me to update my password, but I do not want that.

    I am using ML 8.0.1.2/8.0.1.2

  2. #2
    hunter0781 is offline Member
    Join Date
    Apr 2010
    Posts
    34

    Default

    Not sure if you can completely disable it but you can set the appconfig AdminPwdChangeDays to a large number.

  3. #3
    esedirect is offline Senior Member
    Join Date
    Feb 2010
    Location
    Norfolk, UK
    Posts
    343

    Default

    Here's a radical idea!

    How about creating a timed process, which occurs once a day and updates the [Customer] table setting [PwdChanged] to today for all your admin users, where yourdomain is part of the email address!

    Or, if you can't create a timed process on your server, create a trigger which does the same thing on an active table, such as, [Customer].
    http://www.esedirect.co.uk
    --------------------------------------------------------------------------
    Using MS 9.2.0.0 with the following customisations:

    Lightbox/Fancybox enlarged images;
    Auto-suggest searchbox;
    Extra product information shown only to our IP Address (such as supplier info, costs, etc.);
    Failed transactions emailed via trigger;
    Custom app to show basket contents when customer online;
    Orders pushed through to accounting systems.

    All the above without source!