Forums / Developer / Integration - accessing ez user information

"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".

Integration - accessing ez user information

Author Message

Hilary Boyce

Tuesday 04 December 2007 3:07:40 am

I'm investigating whether we can integrate Exponential with an existing bespoke development that we have. They would be largely independent but I would need to be able to access the Exponential current user information from within our existing application as it would only be available to logged in users and it seems to make sense to use the Exponential user administration. Is this possible and could someone please point me in the right direction as to how to do it. I have had a look at the usual php global variables, including session after a Exponential user is logged in but found nothing useful.

Paul Leclercq

Tuesday 04 December 2007 3:26:51 pm

Hello Hilary,

Once a user is logged it the Exponential website, you can easily create a page which will display the users information in which ever way you like:

http://ez.no/doc/ez_publish/technical_manual/3_10/reference/modules/user/fetch_functions/current_user
You will also need to create a custom interface which will log you into both applications at once, and log you out simultaneously.