endChangePassword() method

This method is called when the user's password has been successfully changed.

Syntax

public void endChangePassword ()

Usage

Designers can override this method to perform any additional processing that may be required after the user's password has been modified. This method will still be called even if changePasswordFailed() is called before it.

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