Skip to Content
0
Former Member
Feb 26, 2007 at 11:44 PM

Why is Change Password is bypassing my customization?

34 Views

Hi,

I have a web service that will allow users to change their passwords. I created an iView, which calls this web service and this iView is currently able to let users change passwords. I would like to next customize my the change password screen from the logon.par, so that when an account's password expires and gets prompted with change password, my web service is called. I know that the logon.par is using the SAPMLogonLogic class and there is a performChangePassword() method in the class. I have customized the function, exported the class in the umelogonbase.jar, included the jar in my logon.par and deployed that par file. However, when I tried to test this, I find that the change password is NOT calling my customized code. It is somehow calling the original functionality, which is puzzling...

I hope what I said is not confusing...but can anyone enlighten me on why this is happening? Shouldn't the logon component be executing my customized code? I customized the performResetPassword() method and the method is working fine..

Thank You.