UserInfoProviderSetPassword Method (String, String, Boolean) |
Sets the password for the specified user.
Namespace: CMS.MembershipAssembly: CMS.Membership (in CMS.Membership.dll) Version: 12.0.0
Syntax public static void SetPassword(
string userName,
string userPassword,
bool saveObject
)
Parameters
- userName
- Type: SystemString
User name - userPassword
- Type: SystemString
User password - saveObject
- Type: SystemBoolean
Specifies whether object is saved into database.
See Also