WebCenter Interaction API  
 

IPTUserManager.UpdatePasswordHistory Method 

Updates the password history row for this user with the new password.

void UpdatePasswordHistory(
   int lUserID,
   string strPassword
);

Parameters

lUserID
the user to update
strPassword
the new password to store

See Also

IPTUserManager Interface | com.plumtree.server Namespace