oSet Password (UI Action) sys_user Record

Meloper
Kilo Sage

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?

1 ACCEPTED SOLUTION

Mohith Devatte
Tera Sage
Tera Sage

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 

 

Screenshot 2023-08-30 at 15.29.32.png

 

Hope this helps 

Mark the answer correct if this helps you 

Thanks

View solution in original post

1 REPLY 1

Mohith Devatte
Tera Sage
Tera Sage

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 

 

Screenshot 2023-08-30 at 15.29.32.png

 

Hope this helps 

Mark the answer correct if this helps you 

Thanks