Plumtree PEIs  
 

IPasswordActions Members

IPasswordActions overview

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