| 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: 9.0.0
Syntaxpublic static void SetPassword(
	string userName,
	string userPassword
)
Parameters
- userName
 - Type: SystemString
User name - userPassword
 - Type: SystemString
User password 
See Also