How is a LoginHandler working

Author Message

John Moritz

Wednesday 16 September 2009 11:05:39 am

I just want to know, when a LoginHanlder starts his action.
I am tryin out to run Facebook connect (the one on project.ez.no)and dont know what i have to do, that the system calls the custom LoginHandler.

I dont want to know anything about .ini files. Just how it works in short.

So is a LoginHandler called on every page request, when i press the Login button or something else?

Xavier Serna

Thursday 17 September 2009 1:28:11 am

Hi John,

the login handler is processed when you click the "submit" button in the login form. Once the user is connected ('logged in') the handler is not processed any more until the user logs out.

hth!

--
Xavier Serna
eZ Publish Certified Developer
Departament de Software
Microblau S.L. - http://www.microblau.net
+34 937 466 205

André R.

Thursday 17 September 2009 1:44:35 am

On siteaccess where you Require login (the setting in site.ini used by admin siteaccess by default), it will call the checkUser() function on your login handler on every page request.
But it will also not allow non logged in users to access the site, so not the best match for facebook login.

As mention in the forum on facebook_connect project page, sso handler is probably a better match, it is only executed on each request if user is not logged in.
Such a handler exist in the svn version of facebook_connect that has received a lot of changes.

eZ Online Editor 5: http://projects.ez.no/ezoe || eZJSCore (Ajax): http://projects.ez.no/ezjscore || eZ Publish EE http://ez.no/eZPublish/eZ-Publish-Enterprise-Subscription
@: http://twitter.com/andrerom

John Moritz

Thursday 17 September 2009 3:35:36 am

Thank you Andre. I am using your sso Handler with little customization, and it works like i want.

André R.

Thursday 17 September 2009 5:44:58 am

Good to hear!

Please add some feedback in the forum here:
http://projects.ez.no/index.php//facebook_connect/forum/general/great_idea#msg19091

Especially on what you needed to customize and why (I'm trying to make the extension as general as possible).

eZ Online Editor 5: http://projects.ez.no/ezoe || eZJSCore (Ajax): http://projects.ez.no/ezjscore || eZ Publish EE http://ez.no/eZPublish/eZ-Publish-Enterprise-Subscription
@: http://twitter.com/andrerom

Powered by eZ Publish™ CMS Open Source Web Content Management. Copyright © 1999-2014 eZ Systems AS (except where otherwise noted). All rights reserved.

eZ debug

Timing: Jan 18 2025 16:24:56
Script start
Timing: Jan 18 2025 16:24:56
Module start 'layout'
Timing: Jan 18 2025 16:24:56
Module start 'content'
Timing: Jan 18 2025 16:24:57
Module end 'content'
Timing: Jan 18 2025 16:24:57
Script end

Main resources:

Total runtime0.5415 sec
Peak memory usage4,096.0000 KB
Database Queries65

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0055 587.9141152.6250
Module start 'layout' 0.00550.0021 740.539139.4453
Module start 'content' 0.00770.5326 779.9844601.1953
Module end 'content' 0.54030.0012 1,381.179716.1641
Script end 0.5415  1,397.3438 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00280.5149160.0002
Check MTime0.00120.2130160.0001
Mysql Total
Database connection0.00090.169310.0009
Mysqli_queries0.494691.3266650.0076
Looping result0.00050.0850630.0000
Template Total0.515895.320.2579
Template load0.00200.360520.0010
Template processing0.513894.888420.2569
Template load and register function0.00020.035510.0002
states
state_id_array0.00160.293410.0016
state_identifier_array0.00090.165520.0004
Override
Cache load0.00160.3008260.0001
Sytem overhead
Fetch class attribute can translate value0.00050.085930.0002
Fetch class attribute name0.00080.148970.0001
XML
Image XML parsing0.00110.200230.0004
class_abstraction
Instantiating content class attribute0.00000.002180.0000
General
dbfile0.00080.1457230.0000
String conversion0.00000.001740.0000
Note: percentages do not add up to 100% because some accumulators overlap

Templates used to render the page:

UsageRequested templateTemplateTemplate loadedEditOverride
1node/view/full.tplfull/forum_topic.tplextension/sevenx/design/simple/override/templates/full/forum_topic.tplEdit templateOverride template
5content/datatype/view/ezxmltext.tpl<No override>extension/community_design/design/suncana/templates/content/datatype/view/ezxmltext.tplEdit templateOverride template
4content/datatype/view/ezxmltags/line.tpl<No override>design/standard/templates/content/datatype/view/ezxmltags/line.tplEdit templateOverride template
7content/datatype/view/ezxmltags/paragraph.tpl<No override>extension/ezwebin/design/ezwebin/templates/content/datatype/view/ezxmltags/paragraph.tplEdit templateOverride template
3content/datatype/view/ezimage.tpl<No override>extension/sevenx/design/simple/templates/content/datatype/view/ezimage.tplEdit templateOverride template
1print_pagelayout.tpl<No override>extension/community/design/community/templates/print_pagelayout.tplEdit templateOverride template
 Number of times templates used: 21
 Number of unique templates used: 6

Time used to render debug report: 0.0001 secs