Click or drag to resize
UserInfoProviderSetPassword Method (UserInfo, String)
Sets the password for the specified user object, saves the user object.

Namespace: CMS.Membership
Assembly: CMS.Membership (in CMS.Membership.dll) Version: 8.2.23
Syntax
C#
public static void SetPassword(
	UserInfo ui,
	string userPassword
)

Parameters

ui
Type: CMS.MembershipUserInfo
User info
userPassword
Type: SystemString
User password
See Also