CContact to CWebUser

Greetings all,

I'm trying to develop a dues-payment system for our website using the iBo's, however we're trying to do something a little different.

As part of our membership organization, there are times when a person may have to pay dues for more than one member.  However, when paying dues for a contact, according to what I've read, you can only use a CWebUser, otherwise it will throw an error.  I'd like to be able to pay the dues for these other members without having to require them to log in as a CWebUser, so I'm trying to find out if  there is any way to either create a CWebUser object without a clear-text password, or by casting a CContact or CContactUser as a CWebUser?

Thanks!

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

IiMISUser user =

IiMISUser user = CWebUser.LoginByPrincipal(HttpContext.Current.User);