the email address field was getting overwritten to blank when we tried to save the user. That obviously is not liked by CB, so it was rejecting the user. It was an easy fix to prevent the overwrite, and we'll have to see if that's something we should be including in the profile plugin in the future.
$registeripaddr = JRequest::getVar("ipaddress", $_SERVER["REMOTE_ADDR"], "post", "string", "");
$cbUser->registeripaddr = $registeripaddr;$cbUser->email = $jUser->email;Join our newsletter to get alerts for Joomla releases, tips and tricks and extension updates.
