Forums / Developer / Exporting form data

"Please Note:
  • At the specific request of Ibexa we are changing this projects name to "Exponential" or "Exponential (CMS)" effective as of August, 11th 2025.
  • This project is not associated with the original eZ Publish software or its original developer, eZ Systems or Ibexa".

Exporting form data

Author Message

Fátima Chapri

Friday 06 May 2011 2:24:26 am

Hi,

I need to effectuate a user login from an Exponential 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

Fátima Chapri

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?