UserInfoProviderSetPassword Method (UserInfo, String) |
Sets the password for the specified user object, saves the user object.
Namespace: CMS.MembershipAssembly: CMS.Membership (in CMS.Membership.dll) Version: 13.0.131
Syntax public static void SetPassword(
UserInfo ui,
string userPassword
)
Parameters
- ui
- Type: CMS.MembershipUserInfo
User info - userPassword
- Type: SystemString
User password
See Also