Copied to clipboard

Flag this post as spam?

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


  • Farooq Alwi 13 posts 103 karma points
    Apr 26, 2022 @ 09:55
    Farooq Alwi
    0

    Custom password validation on password change

    Hey everyone! I wanna implement following password policies on Umbraco v8, kindly guide me in this regard how can implement these policies:

    • Minimum password age: <3 days> (number of days that password must be used before it can be changed again.)

    Must contain characters from following categories:

    • English uppercase characters (A through Z)
    • English lowercase characters (a through z)
    • Numbers (0 through 9)

    Must meet the following complexity requirements:

    • Does not contain the full or part of the username, or parts of the user's full name that exceed <4> consecutive characters

    • Password change frequency (expiry): 90 days

    • Password history (number of old passwords remembered): <5>
    • Account lockout threshold: <5 times> (a compromised between genuine account lock-outs, brute force and denial-of-service attacks)
    • Reset lockout count after: <1440 Minutes>
    • Account lockout duration: [account does not unlock automatically] for domain Users and 30 minutes for public Users

    Thanks and Regards ~ Farooq Alwi

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies