Plumtree PEIs  
 

IPasswordActions Methods

The methods of the IPasswordActions interface are listed below. For a complete list of IPasswordActions interface members, see the IPasswordActions Members topic.

Public Instance Methods

OnBeforeChangePassword This interface will allow for the implementation of functions that will occur when a user tries to change their password.

Warning: Values in _htFormData are String Arrays (String[]).
e.g.:
String[] arrVals = (String[]) _htFormData.GetElement(sKey);
String sVal = arrVals[0];

See Also

IPasswordActions Interface | com.plumtree.portalpages.pei Namespace