Login and redirectionURI

Author Message

Carlos Revillo

Wednesday 02 February 2011 8:44:28 am

Hi there.

If you do your own login template you can add hidden field called "RedirectURI" where you can add an url to redirect the user after login.

Looking at kernel/user/login.php we can see this piece of code

 // Determine if we already know redirection URI.
    $haveRedirectionURI = ( $redirectionURI != '' && $redirectionURI != '/' );

so, question is... why this protection against redirectionURI == '/'.

In our project we have lot of siteaccess and host base access. there's one or more admins per (sub)domain and we want them lo stay in home after login. so we thought adding '/' as RedirectionURI field will be enough.

In fact, if doing that code continues to

 if ( !$haveRedirectionURI )
        $redirectionURI = $ini->variable( 'SiteSettings', 'DefaultPage' );

You can set '/' for that setting and works as expected... so, what's the point in the first check? any unwanted side effect maybe?

Cheers.

Bertrand Dunogier

Wednesday 02 February 2011 8:58:35 am

All I can say for now is that this is quite old (march 2006), and is supposed to fix a bug in redirections... can't say much more:

https://github.com/ezsystems/ezpublish/commit/b2866f1ae5d21ff235c7e344b87652f20da7041c

Bertrand Dunogier
eZ Systems Engineering, Lyon
http://twitter.com/bdunogier
http://gplus.to/BertrandDunogier

André R.

Thursday 03 February 2011 2:38:50 am

git blame is key here (something you can do online on github if you want) :)

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 05:01:36
Script start
Timing: Jan 18 2025 05:01:36
Module start 'layout'
Timing: Jan 18 2025 05:01:36
Module start 'content'
Timing: Jan 18 2025 05:01:37
Module end 'content'
Timing: Jan 18 2025 05:01:37
Script end

Main resources:

Total runtime0.7529 sec
Peak memory usage4,096.0000 KB
Database Queries60

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0044 589.0313152.6250
Module start 'layout' 0.00440.0037 741.656339.4531
Module start 'content' 0.00820.7429 781.1094582.9063
Module end 'content' 0.75110.0017 1,364.015612.1641
Script end 0.7528  1,376.1797 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00330.4317160.0002
Check MTime0.00150.1946160.0001
Mysql Total
Database connection0.00060.083310.0006
Mysqli_queries0.701693.1854600.0117
Looping result0.00060.0842580.0000
Template Total0.722295.920.3611
Template load0.00210.284520.0011
Template processing0.720095.640520.3600
Template load and register function0.00020.025910.0002
states
state_id_array0.00090.115410.0009
state_identifier_array0.00080.107620.0004
Override
Cache load0.00180.2412210.0001
Sytem overhead
Fetch class attribute can translate value0.00080.106830.0003
Fetch class attribute name0.00180.233550.0004
XML
Image XML parsing0.00120.155530.0004
class_abstraction
Instantiating content class attribute0.00000.001650.0000
General
dbfile0.00130.1695230.0001
String conversion0.00000.001540.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
3content/datatype/view/ezxmltext.tpl<No override>extension/community_design/design/suncana/templates/content/datatype/view/ezxmltext.tplEdit templateOverride template
6content/datatype/view/ezxmltags/paragraph.tpl<No override>extension/ezwebin/design/ezwebin/templates/content/datatype/view/ezxmltags/paragraph.tplEdit templateOverride template
2content/datatype/view/ezxmltags/literal.tpl<No override>extension/community/design/standard/templates/content/datatype/view/ezxmltags/literal.tplEdit templateOverride template
2content/datatype/view/ezimage.tpl<No override>extension/sevenx/design/simple/templates/content/datatype/view/ezimage.tplEdit templateOverride template
1content/datatype/view/ezxmltags/link.tpl<No override>design/standard/templates/content/datatype/view/ezxmltags/link.tplEdit templateOverride template
1print_pagelayout.tpl<No override>extension/community/design/community/templates/print_pagelayout.tplEdit templateOverride template
 Number of times templates used: 16
 Number of unique templates used: 7

Time used to render debug report: 0.0002 secs