I am working on a site that needs to integrate with SugarCRM running on a separate server. Our plan is to have Sugar handle all user registration and then insert members into EE’s database so that users can log in to comment on blog posts and participate in the forum.
Does anyone have any code for properly inserting a member record via PHP? Specifically we need code for SHA1 encryption, creating the unique ID, and any other tables that need records in addition to exp_members.
Also, do you have recommendations for single sign on functionality between SugarCRM and EE?
Your help is greatly appreciated,
Chris