Click or drag to resize
UserInfoProviderIsUserPasswordDifferent Method
Indicates if user password differs from specified password

Namespace: CMS.Membership
Assembly: CMS.Membership (in CMS.Membership.dll) Version: 9.0.0
Syntax
C#
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: Boolean
True if specified password differs from user password, False if the passwords are the same
See Also