The methods of the IPasswordActions interface are listed below. For a complete list of IPasswordActions interface members, see the IPasswordActions Members topic.
![]() | 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]; |
IPasswordActions Interface | com.plumtree.portalpages.pei Namespace