Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Tony Lorentzen 85 posts 174 karma points
    Sep 08, 2011 @ 16:16
    Tony Lorentzen
    0

    Backoffice login / password change

    Hi all,

    I have a client that wants me to change the Umbraco backoffice login functionality to support auto-expiration of the password after a given number of days and warn the user when he or her logs into the Umbraco backoffice. This is done to force the users to change their passwords on a regular basis.

    Any idea how to implement this in the best manner?

    I guess I could do a check in the initial dashboard that is loaded, but I'd be interested if anyone had another approach. Possibly even to catch this before the user is redirected to the backoffice.

    Best

    Tony

  • PBrack 20 posts 42 karma points
    Sep 08, 2011 @ 17:47
    PBrack
    0

    This is very much a .net membership question - I'd recommend checking the last login date when the HttpApplication.PostAuthenticateRequest event is fired

  • Eric Herlitz 97 posts 129 karma points
    Sep 12, 2011 @ 10:56
    Eric Herlitz
    0

    What version of Umbraco?

    But true as PBrack posted, this is likely to be a .net membership question. To achieve the automation you need a daemon running towards your database checking the lastActivityDate or lastLoginDate.

Please Sign in or register to post replies

Write your reply to:

Draft