Forums / General / Login

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

Login

Author Message

Jean-François Sénéchal

Thursday 28 September 2006 7:21:18 am

Hello,

In a template or in a script php I get user's login and password

I want to execute the Exponential's script login with this two variables
How can I execute this ?

for example :

login($user,$password) ??

Thanks a lot for your help

L'informaticien est comme un petit canard:
il est calme en surface mais en dessous il brasse beaucoup d'eau pour
avancer ...!

Claudia Kosny

Saturday 30 September 2006 5:28:46 am

Hi

In a php script you login like this:
eZUser::loginUser( $login, $password );

I don't think you can login from within a template but you can of course write your own operator for this if you really need it.

Greetings from Luxembourg

Claudia