Announcing the Saviynt Knowledge Exchange unifying the Saviynt forums, documentation, training,
and more in a single search tool across platforms. Read the announcement here.

Service Account - Change password for Service account

ejeong
Valued Contributor
Valued Contributor

Currently when change password for service account via Saviynt, "change password at first logon" is chencked by default. 

Is there a way we can add "allowed action" for change password which is not required change password again at first logon?

ejeong_0-1658722797549.png

 

4 REPLIES 4

ejeong
Valued Contributor
Valued Contributor

can we enforce 512 as UAC when password is changed?

You can add below in RESETANDCHANGEPASSWRDJSON in CHANGE part

"userAccountControl": "512"

You want to block change password for newly created service account (regarding original forum question?) 


Regards,
Rushikesh Vartak
If you find the response useful, kindly consider selecting Accept As Solution and clicking on the kudos button.

ejeong
Valued Contributor
Valued Contributor

I want to make people not required change password at first logon when password changed from Saviynt.. 

Could you please share full JSON for RESETANDCHANGEPASSWRDJSON?

ejeong_0-1658737863415.png

 

ejeong
Valued Contributor
Valued Contributor

{

"RESET":{
"pwdLastSet":"0",
"title":"password reset"},
"CHANGE":{
"pwdLastSet":"-1",
"lockoutTime":0,
"title":"password changed"}
}

found it!