You do not have access to change your password. (48,282)
I present the next Issue in Change Password (Main Menu > Change Password)
We apply the workaround/code Solution in PeopleTools 8.51 and persist the problem.
Please note that this issue is already fixed in PT852 and higher. And the fix is not back ported to PT8.51.x. For customers on PeopleTools release 8.50 and 8.51. Please apply the workaround/code change to your environment.
Change the peoplecode in CHANGE_PASSWORD.GBL.SavePreChange and add the
following code after "&UPDATE_USER.save()"
DERIVED_PSWD.OPERPSWD = "";
DERIVED_PSWD.NEWPASSWORD = "";
DERIVED_PSWD.OPERPSWDCONF = "";
After the above code change, final code would appear as below,