Password Reset properties

kunal16
Tera Expert

Hi All,

I have a requirement to reset the password properties for my instance as per below:

  • 8 to 20 characters in length.
  • Contain characters from at least three of the following categories:
    1. Uppercase Letter
    2. Lowercase Letter
    3. Number
    4. Symbol (non-alphabetic)
  •  May not contain any part of your name that exceeds two consecutive characters.
  • Passwords must not be dictionary words or variations of User ID, Social Security Number, family names, pet names, or any other information readily associated with  user.
  • Passwords must not be sequential or predictable variations on date or previous passwords.

I am trying to update the OOB Installation Exit ValidatePasswordStronger but unable to achieve the above mentioned. Is there any other configuration that I need to update?

Thanks in advance!

@Ankur Bawiskar  @Chuck Tomasi  @Brad Tilton  @Pradeep Sharma 

2 REPLIES 2

Abhishek Sriva2
Kilo Contributor

Hi Kunal,

 

You can get help from below link.

https://community.servicenow.com/community?id=community_question&sys_id=43b29ba1db101fc01dcaf3231f96...

 for last two points, you can write server side script for more validation.

Kindly mark the answer as Correct and Helpful if this answers your question.

Thank You.

 

Abhishek

Hi Abhishek,

Thanks for your response. Do I have to complete this validation (from points 1-3) in OOB Installation Exit ValidatePasswordStronger or somewhere else? Also, how does the system will understand the User attributes like username, first name, last name since we don't have any user attributes available in the installation exit?