01-17-2023 07:07 AM
Hi Team,
Could you please let me know if there is a way to restrict specific characters from the temporary passwords that get generated and sent to the users once they are onboarded.
When we look into the AD Connector, I see there are password related attributes ,but am not able to see where to set if we need to exclude any characters?
Is that possible?
SETRANDOMPASSWORD
PASSWORD_MIN_LENGTH
PASSWORD_MAX_LENGTH
PASSWORD_NOOFCAPSALPHA
PASSWORD_NOOFDIGITS
PASSWORD_NOOFSPLCHARS
Thanks
Shyam
01-17-2023 07:31 AM
This is not possible with connection attribute. attach password policy to security system and make connection password attributes blank it will work
01-17-2023 08:23 AM
Thanks Rushikesh.
I am creating a new password policy in lower env and attaching it to SS to test.
I see Disallow Last Password , Do we have the option to restrict a bunch of characters.
Thanks
Shyam
01-17-2023 08:30 AM
you can use regex to define your logic
01-17-2023 08:38 AM
thanks yeah I am just tweaking that