Bug #27631
Reenable login page
Start date:
2011-06-21
Due date:
% Done:
100%
Estimated time:
Description
With I3667e18aa60b4c3b422d51ad52eeee0a289205b3 the login page has been disabled (and a dropout loginbox has been added).
But currently we still forward to "login.html" if the user tries to access a protected page he is not allowed to see..
That looks like this: http://t3con11-frankfurt.typo3.org/login.html
The access restriction of the login page should be changed from hidden=true to hiddenInIndex=true the login page should be adjusted.
An alternative solution would be to change the security:authentication:providers:DefaultProvider:entryPoint:WebRedirect:uri setting.