Click HERE to see how Saviynt Intelligence is transforming the industry. |
09/11/2024 12:32 PM
Hello Everyone,
We are using the below regex for Service accounts password policy:
^(?=.{25,35}$)(?:([\w~!@#$%^&?])(?!\1))+$
While auto-generating the password we are facing the below error:
we tried with different combination like ^(?=(?:.*[a-z]){1,})(?=(?:.*[A-Z]){1,})(?=(?:.*\d){1,})(?=(?:.*[\W_]){1,})(?!.*(.)\1{3})(?=.{25,}).*$ but still failing in auto generating the password.
Any leads on this would be helpful? Thanks in advance!
09/11/2024 02:26 PM
Please share logs in text format
Could you kindly provide a detailed snapshot of the information extracted from the logs, encompassing errors and other pertinent functionality details encountered during the execution of this process? Your assistance in furnishing this information would greatly aid in the analysis and resolution of any issues .
‼️‼️⚠️Do not upload any attachments that contain sensitive information, such as IP Addresses, URLs, Company/Employee Names, Email Addresses, etc.⚠️ ‼️‼️Refer https://forums.saviynt.com/t5/help/faqpage/title/WhenNotifyAboutPII
09/12/2024 08:23 AM