Click or drag to resize
UserInfoProviderSetPassword Method (UserInfo, String, Boolean)
Sets the password for the specified user object, does not save 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,
	bool saveObject
)

Parameters

ui
Type: CMS.MembershipUserInfo
User info
userPassword
Type: SystemString
User password
saveObject
Type: SystemBoolean
Specifies whether object is saved into database.
See Also