Project

General

Profile

Actions

Feature #72251

closed

Wrong redirect priority with 'redirectMode=groupLogin' at felogin

Added by miaxi muiou over 8 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Could have
Assignee:
-
Category:
felogin
Target version:
-
Start date:
2015-12-15
Due date:
% Done:

0%

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

Description

If you work with subgroups, the extention felogin will not respect the redirect priority.

Scenario:
group1 -> uid:1 -> redirectUid=100
group2 -> uid:2 -> redirectUid=101
group3 -> uid:3 -> redirectUid=102

- every group has a different redirect
- group3 has group1 and group2 as subgroups.

So, if you login with group3, the redirect from group1 will be chosen. (redirectUid=100)

There are no checks at /typo3/sysext/felogin/Classes/Controller/FrontendLoginController.php, row 628 and the following.


Related issues 1 (1 open0 closed)

Is duplicate of TYPO3 Core - Bug #34383: Incorrect redirect with multiple user groupsNew2012-02-28

Actions
Actions #1

Updated by Morton Jonuschat over 8 years ago

  • Tracker changed from Bug to Feature
  • Category changed from Logging to felogin
  • Priority changed from Must have to Could have

I've changed this to a feature request as the group redirect currently works according to documentation (there's no real priority to the redirects) and the first redirect url is used. What's a bit obscure is the fact that „first“ is determined by your DBMS as the first row returned by it is used which with MySQL is most probably the group with the lowest UID.

Actions #2

Updated by Jigal van Hemert over 6 years ago

  • Is duplicate of Bug #34383: Incorrect redirect with multiple user groups added
Actions #3

Updated by Riccardo De Contardi over 6 years ago

  • Status changed from New to Closed

I hope that it is ok for you if I close this one in favor of #34383 please continue the discussion there.

If you think that this is the wrong decision please reopen it or ping me. Thank you.

Actions

Also available in: Atom PDF