PeopleTools and Lifecycle Management - PSFT (MOSC)

MOSC Banner

You do not have access to change your password. (48,282)

edited Sep 28, 2012 5:04AM in PeopleTools and Lifecycle Management - PSFT (MOSC) 12 commentsAnswered
Hi Export,

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()"

&UPDATE_USER.save();
  DERIVED_PSWD.OPERPSWD = "";
  DERIVED_PSWD.NEWPASSWORD = "";
  DERIVED_PSWD.OPERPSWDCONF = "";

After the above code change, final code would appear as below,

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center