Hello,
Sorry if this question has been asked before but with the changes in v12 and the web application no longer having access to the logged in user's password, how does one handle the case if they enter their password incorrectly when attempting to change their password online?
Our "update account" form asks for their current and new password and blindly passes them onto the UpdateLogin web API call. If the current password is incorrect the method fails and automatically logs the user out and that sends everything into a tailspin. Previously we'd compare it to the PWD session variable before submitting the API call and trap the error there.
Thanks!
Sean