Forums / Developer / How is a LoginHandler working

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

eZ debug

Timing: Jan 30 2025 21:26:40
Script start
Timing: Jan 30 2025 21:26:40
Module start 'content'
Timing: Jan 30 2025 21:26:40
Module end 'content'
Timing: Jan 30 2025 21:26:40
Script end

Main resources:

Total runtime0.1871 sec
Peak memory usage8,192.0000 KB
Database Queries141

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0076 587.9297370.2969
Module start 'content' 0.00760.0169 958.22661,005.5156
Module end 'content' 0.02450.1626 1,963.74223,893.8125
Script end 0.1871  5,857.5547 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00462.4592200.0002
Check MTime0.00140.7248200.0001
Mysql Total
Database connection0.00100.524210.0010
Mysqli_queries0.091248.72571410.0006
Looping result0.00120.64461390.0000
Template Total0.162286.710.1622
Template load0.00080.407710.0008
Template processing0.161586.276610.1615
Override
Cache load0.00050.273110.0005
Sytem overhead
Fetch class attribute can translate value0.00180.978910.0018
XML
Image XML parsing0.00020.113410.0002
General
dbfile0.01065.6844200.0005
String conversion0.00000.004230.0000
Note: percentages do not add up to 100% because some accumulators overlap

CSS/JS files loaded with "ezjscPacker" during request:

CacheTypePacklevelSourceFiles
CSS0extension/community/design/community/stylesheets/ext/jquery.autocomplete.css
extension/community_design/design/suncana/stylesheets/scrollbars.css
extension/community_design/design/suncana/stylesheets/tabs.css
extension/community_design/design/suncana/stylesheets/roadmap.css
extension/community_design/design/suncana/stylesheets/content.css
extension/community_design/design/suncana/stylesheets/star-rating.css
extension/community_design/design/suncana/stylesheets/syntax_and_custom_tags.css
extension/community_design/design/suncana/stylesheets/buttons.css
extension/community_design/design/suncana/stylesheets/tweetbox.css
extension/community_design/design/suncana/stylesheets/jquery.fancybox-1.3.4.css
extension/bcsmoothgallery/design/standard/stylesheets/magnific-popup.css
extension/sevenx/design/simple/stylesheets/star_rating.css
extension/sevenx/design/simple/stylesheets/libs/fontawesome/css/all.min.css
extension/sevenx/design/simple/stylesheets/main.v02.css
extension/sevenx/design/simple/stylesheets/main.v02.res.css
JS0extension/ezjscore/design/standard/lib/yui/3.17.2/build/yui/yui-min.js
extension/ezjscore/design/standard/javascript/jquery-3.7.0.min.js
extension/community_design/design/suncana/javascript/jquery.ui.core.min.js
extension/community_design/design/suncana/javascript/jquery.ui.widget.min.js
extension/community_design/design/suncana/javascript/jquery.easing.1.3.js
extension/community_design/design/suncana/javascript/jquery.ui.tabs.js
extension/community_design/design/suncana/javascript/jquery.hoverIntent.min.js
extension/community_design/design/suncana/javascript/jquery.popmenu.js
extension/community_design/design/suncana/javascript/jScrollPane.js
extension/community_design/design/suncana/javascript/jquery.mousewheel.js
extension/community_design/design/suncana/javascript/jquery.cycle.all.js
extension/sevenx/design/simple/javascript/jquery.scrollTo.js
extension/community_design/design/suncana/javascript/jquery.cookie.js
extension/community_design/design/suncana/javascript/ezstarrating_jquery.js
extension/community_design/design/suncana/javascript/jquery.initboxes.js
extension/community_design/design/suncana/javascript/app.js
extension/community_design/design/suncana/javascript/twitterwidget.js
extension/community_design/design/suncana/javascript/community.js
extension/community_design/design/suncana/javascript/roadmap.js
extension/community_design/design/suncana/javascript/ez.js
extension/community_design/design/suncana/javascript/ezshareevents.js
extension/sevenx/design/simple/javascript/main.js

Templates used to render the page:

UsageRequested templateTemplateTemplate loadedEditOverride
1pagelayout.tpl<No override>extension/sevenx/design/simple/templates/pagelayout.tplEdit templateOverride template
 Number of times templates used: 1
 Number of unique templates used: 1

Time used to render debug report: 0.0001 secs