UserInfoProviderIsUserPasswordDifferent Method |
Indicates if user password differs from specified password
Namespace: CMS.MembershipAssembly: CMS.Membership (in CMS.Membership.dll) Version: 12.0.0
Syntax public static bool IsUserPasswordDifferent(
UserInfo ui,
string password
)
Parameters
- ui
- Type: CMS.MembershipUserInfo
User to check password difference - password
- Type: SystemString
Password to check
Return Value
Type:
BooleanTrue if specified password differs from user password, False if the passwords are the same
See Also