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

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

Parameters

userName
Type: SystemString
User name
userPassword
Type: SystemString
User password
See Also