Question about the Logic behind the Set Password Ui Action on a User Record
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2025 01:51 AM
Hello,
I can investigate the UI page, mentioned in the UI Action.
I can follow the Client Script to a Script Include.
I can more or less follow that Inlcude..
Can we see what happens in SNC.PasswordPolicyEvaluator?
The reason i ask ist that we have on Password Policy with a Minimum and a Maximum Char Value.
But if i klick on Set Password, the PAssword has always the Maximum Chat Size.
Can I influence this, and if so, where?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2025 05:49 AM
The password evaluation isn't a script include we can do anything with. We can set the policies it is evaluating, but not adjust it.
And what it does is simply check on compliancy. So if you manually set an 11 character password, it will fail. Everything from 12 to 40 is allowed. And the system itself setting it to 40 is just creating allowed passwords. There is no policy to create it more dynamically.
I checked it on my instance several times and I get different results (sometimes 32, sometimes 25, sometimes 40), but your passwords are being set according to your policy. I am not sure what the issue is.
Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark