beginChangePassword() method

This is the first method called when a user is attempting to change their password.

Syntax

public void beginChangePassword ()

Usage

It is intended to allow the designer to implement any functionality or processing that may be necessary prior to changing the user's password. Typically this method will start a password change transaction with a remote server. The actual password change functionality should not be a part of this processing.

This method will only be called if authentication is enabled for the Agentry Java system connection.