Password Reset properties
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-08-2020 11:57 PM
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!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-09-2020 01:27 AM
Hi Kunal,
You can get help from below link.
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-09-2020 03:23 AM
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?