UserInfoProviderSetPassword Method (String, String) |
Sets the password for the specified user. Saves object to database.
Namespace: CMS.MembershipAssembly: CMS.Membership (in CMS.Membership.dll) Version: 12.0.0
Syntax public static void SetPassword(
string userName,
string userPassword
)
Parameters
- userName
- Type: SystemString
User name - userPassword
- Type: SystemString
User password
See Also