The variable is $vbulletin->GPC['newpassword'].
Hook location profile_updatepassword_start.
Although it's better to save the $vbulletin->GPC['newpassword'] variable in your own variable at profile_updatepassword_start and then use profile_updatepassword_complete to use the variable for your third party application because the password is updated/checked at that point.
|