UserManagementUtilsTryTrackPasswordUpdate Method |
Tries to update LastPasswordUpdate timestamp and PasswordToHistory for a user.
Namespace:
PDTec.IceNet.Domain.UserManagement
Assembly:
PDTec.IceNet.Domain (in PDTec.IceNet.Domain.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax public 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