Actions
Bug #83430
closedFrameset still used for relogin popup
Status:
Closed
Priority:
Should have
Assignee:
Category:
Authentication
Target version:
Start date:
2017-12-27
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Set BE/showRefreshLoginPopup = true
in your LocalConfiguration.php. Open / reload the TYPO3 backend. To skip the waiting process, open a console in your browser and trigger the timeout modal by calling TYPO3.LoginRefresh.showTimeoutModal();
manually.
A popup window will open and render a backend login form. After logging in, a new session is created within the popup.
Instead, the popup should close and revive the session in the main window.
Actions