This site has been archived. To learn more about our current products Ibexa Content, Ibexa Experience, Ibexa Commerce head over to the Ibexa Developer Portal
Thursday 26 July 2012 11:50:46 am - 2 replies
Hi,
I'm trying to add some custom functionalities to the auto login with cookies, i've been searching for the responsible part of this operation in the ez installation (kernel , lib ..). I've found something close to that in the lib/ezutils/classes/ezsession class but i couldn't so far get to the wanted code.
i juste want to find where the verification and authentification is done so i can hack it with my costume code.
regards.
Friday 27 July 2012 7:54:29 am
I think a custom login handler maybe useful for you.
http://share.ez.no/blogs/thiago-c...-login-handler/%28language%29/eng-GB
What kind of custom funcationalities you want to implement?
Friday 27 July 2012 10:48:46 am
For "auto login" type of functionality, eZ exposes something called as "SSO handler". In short, it is a php function you can register that gets called on every page view by every anon user. That function can check whatever it likes (cookies, etc...) and log in the user if wanted.
You must be logged in to post messages in this topic!