Actions
Bug #83798
openRedirecting fe_users when trying to access a subpage of a (recursive) restricted page doesn't work
Start date:
2018-02-07
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
8
PHP Version:
7.0
Tags:
fe_user, access, redirect, subpage
Complexity:
Is Regression:
Sprint Focus:
Description
Redirecting (not logged in) fe_users when trying to access a subpage of a (recursive) restricted page doesn't work. The scenario is as follows:
+ Startpage (Shortcut to first available subpage) + -- Application (Restricted to fe usergroup, Extend to subpages, Shortcut to first available subpage) + -- -- Subpage 1 (Standard, without restriction) + -- -- Subpage 2 (Standard, without restriction) + -- Login (Page with login form)
When not logged in, calling the "Application" page correctly redirects to "Login" page. But calling "Subpage 1" oder "Subpage 2" still shows the page without any content. So any subpage needs to be restricted extra. Shouldn't be the case.
In addition: When "Subpage 1" is an shortcut, calling this page correctly redirects to "Login" page. Strange...
Actions