Cannot find pzChangeUserPassword Activity
Currently I need to locate how verification of the one time password is being done from the Change password login page.
I've noticed that inside the pyForgotPassword HTML the activity pzChangeUserPassword is being utilized through which the user's password is changed and supposedly the OTP check is being done.
However I cannot find pzChangeUserPassword in the search nor under the Code-Security class.
I did however locate the pxVerifyOTP activity but it uses properties from a OTPInputs page that requires a referenceID which I do not have.
Is there any way possible that I could manually locate the pzChangeUserPassword activity to view it's logic and implementation?