Forums / Developer / Exporting form data
Fátima Chapri
Friday 06 May 2011 2:24:26 am
Hi,
I need to effectuate a user login from an ezpublish site (www.ezpublishsite.com) to another web site (www.example.com).
Please, any ideas about doing that?
I searched that I must use php or javascript, but no idea yet about how.
Gaetano Giunta
Sunday 08 May 2011 1:56:16 am
Do you need a single-sign-on solution (so that when user is logged in in site B it is automatically logged in in your site A too), do your users need to authenticate using the credentials for the other website (so that their accounts and passwords are managed only in site B), or do you need the users to log in to site B when pushing a button in your site A?
In the 3rd case, extension ggwebservices might help you.
Principal Consultant International Business Member of the Community Project Board
Sunday 08 May 2011 11:27:10 am
Gaetano,
First, thanks a lot for your reply.
I need the users to log in to site B when inserting their username and passwords and pushing a login button in my site A (the users accounts and passwords are going to be all managed in the site B).
Is it possible using ggwebservices? And is this the better solution?