- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2023 02:49 AM
Hello,
if i click on set password in a USer Record, the generated Passwords hase a length of minimum 80 Chars.
Where can i change this?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2023 03:00 AM
Hello @Meloper ,
I think the UI action is calling a UI page in while a script include named as PasswordPolicyUtil is being called.
In the script include which is OOB there is a glide record to password_policy table where maximum length is set
Hope this helps
Mark the answer correct if this helps you
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2023 03:00 AM
Hello @Meloper ,
I think the UI action is calling a UI page in while a script include named as PasswordPolicyUtil is being called.
In the script include which is OOB there is a glide record to password_policy table where maximum length is set
Hope this helps
Mark the answer correct if this helps you
Thanks