Copied to clipboard

Flag this post as spam?

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


  • Andrew Waegel 126 posts 126 karma points
    Mar 29, 2011 @ 20:52
    Andrew Waegel
    0

    user password expiration

    Hello,

    Is there a way to implement automatic password expiration for umbraco *users* (not members, just the 'back-end' users)? I understand the back end doesn't use ASP.NET membership, and I haven't found any other discussion of the issue.

    Thanks,
    - Andrew

  • Hardy Wang 91 posts 112 karma points
    Feb 10, 2012 @ 17:51
    Hardy Wang
    0

    I have same question, do you have the answer?

  • David Freitas 10 posts 31 karma points
    Mar 13, 2014 @ 05:37
    David Freitas
    0

    Same here, any solutions yet?

  • Chris Lord 58 posts 211 karma points
    Mar 25, 2014 @ 23:29
    Chris Lord
    0

    I also need an answer on this, our client has strict rules around password expiry, and this may be a deal breaker if I cannot do this!

  • Jan Skovgaard 11280 posts 23678 karma points MVP 10x admin c-trib
    Mar 25, 2014 @ 23:34
    Jan Skovgaard
    0

    Hi guys

    Perhaps this blogpost from Bo Mortensen could provide some inspiration? Even though it's from 2010 the concepts may still be valid even though some API's may have changed during the years.

    /Jan

  • David Freitas 10 posts 31 karma points
    Jun 16, 2014 @ 09:22
    David Freitas
    0

    I did this, it wasn't that hard.  Create a property/field for the user's last password changed date, and then on the login page, handle the login success and check if the user's password is old enough to warrant him being kicked out or forced to change his password

  • David Freitas 10 posts 31 karma points
    Dec 18, 2019 @ 09:28
    David Freitas
    0

    I did it manually back then.

    I had to keep a property called something like LastPasswordChangeDate, and after logging in check that it was not too long ago. Try it out.

  • Chris Lord 15 posts 51 karma points
    Jun 16, 2014 @ 10:44
    Chris Lord
    0

    Thanks David, did you do this for back office "Users" i.e. content editors, as it sounds like you might be referring to site "Members" ?

  • David Freitas 10 posts 31 karma points
    Jun 17, 2014 @ 09:01
    David Freitas
    0

    Hi Chris, yeah it was for normal member login. Sorry I miss read the question, but I ended up here thinking it was for users/members.

  • Umair 13 posts 75 karma points
    Sep 24, 2014 @ 08:03
    Umair
    0

    hi guys

    Did we find any soultion for this?

     

  • Hassan Mourad 5 posts 75 karma points
    Dec 16, 2019 @ 12:34
    Hassan Mourad
    0

    any solutions were found, guys?

Please Sign in or register to post replies

Write your reply to:

Draft