| UserManagementUtilsTryTrackPasswordUpdate Method  | 
            Tries to update LastPasswordUpdate timestamp and PasswordToHistory for a user.
            
 
Namespace: PDTec.IceNet.Domain.UserManagementAssembly: PDTec.IceNet.Domain (in PDTec.IceNet.Domain.dll) Version: 6.0.0.0 (6.0.6225.27214)
Syntaxpublic static bool TryTrackPasswordUpdate(
	IDatabaseRepository pRepository,
	string userName,
	string password
)
Parameters
- pRepository
 - Type: PDTec.IceNet.Core.DatabaseIDatabaseRepository
The repository. - userName
 - Type: SystemString
The user name. - password
 - Type: SystemString
The password to track. 
Return Value
Type: 
Booleantrue if the user object has been successfully updated, otherwise 
false.
See Also