UserInfoProviderSetPassword Method (UserInfo, String, Boolean) |
Sets the password for the specified user object, does not save the user object.
Namespace: CMS.MembershipAssembly: CMS.Membership (in CMS.Membership.dll) Version: 12.0.0
Syntax 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