WebCenter Interaction API  
 

IPTUserManager.IsPasswordInHistory Method 

Check whether the new password is already present in the user's password history or not.

bool IsPasswordInHistory(
   int lUserID,
   string strPassword,
   int lHistoryLength
);

Parameters

lUserID
the user to check
strPassword
the new password to validate
lHistoryLength
the number of stored passwords to check

Return Value

whether or not the password is already in the user's password history.

See Also

IPTUserManager Interface | com.plumtree.server Namespace