Trying to get this script to change logins and passwords on existing users. Any idea how I get access to the CContactUser object to assign the new login and password?
The program compiles and runs, with no reported errors, but it does not change the login and password.
Code:
using System;
using System.Collections.Generic;
using System.Data;
using System.Data.SqlClient;
using System.IO;
using System.Text;
using System.Threading;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
using Asi.iBO;
using Asi.iBO.ContactManagement;