Project

General

Profile

Actions

Feature #20991

closed

fe_user member to multple fe_usergroups - how felogin determines where to redirect?

Added by Darko Jr. Gonzalez over 14 years ago. Updated almost 11 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
felogin
Target version:
-
Start date:
2009-09-04
Due date:
% Done:

0%

Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:

Description

All the best and I hope all is good on your side this morning :)

I have fe_user which is member to >3 fe_usergroups, each fe_usergroup redirects to it's own landing page upon successful login. What I cant determine right now is how fe_login determine the page to which to redirect this user?
I am testing with three fe_usergroups, just now again, it redirects well with just one usergroup (lets call it A), then I add second one (lets call it B), no change, still redirects to the landing page of the first usergroup (A), then I add another third usergroup (lets call it C) and now this user is member to three fe usergroups, and now it redirects to the landing page of C :)

I looked for the user record in fe_users table but still cant figure it out and I am still looking

What are you thinking?

Thanks for looking

Cheers

TYPO3 4.2
(issue imported from #M11870)


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Feature #22845: Feature Request to add priority on groupLoginClosed2010-06-09

Actions
Actions #1

Updated by Jigal van Hemert over 12 years ago

  • Status changed from New to Needs Feedback
  • Target version deleted (0)
  • TYPO3 Version set to 4.2

felogin gets the user groups from the authentication service. Then it looks them up in the table that is configured in the system.
The order is determined by the authentication service. The standard authentication service doesn't put them in any particular order. What's left is the order in which the database produces the output and the order which is caused by the manipulation in PHP (combining the groupids with the sub-groupids, etc.).

Is there any logical order you can imagine when taking subgroups into account?

Actions #2

Updated by Alexander Opitz almost 11 years ago

  • Status changed from Needs Feedback to Closed

No response over 1 year => closed.

Actions

Also available in: Atom PDF