Bug #83430
closedFrameset still used for relogin popup
100%
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.
Updated by Gerrit Code Review almost 7 years ago
- Status changed from New to Under Review
Patch set 5 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/54278
Updated by Gerrit Code Review almost 7 years ago
Patch set 6 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/54278
Updated by Anja Leichsenring almost 7 years ago
Steps to test:
- set [BE][sessionTimeout] to 180 (this will log you out from BE in 3 minutes)
- after sessionTimeout time the ajax relogin modal appears and displays a process bar until log out. Let it go all the way down.
- a new window opens, displaying the login form.
Updated by Oliver Hader almost 7 years ago
- Target version changed from 9.1 to 9.2
Updated by Gerrit Code Review over 6 years ago
Patch set 7 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/54278
Updated by Mathias Brodala over 6 years ago
- Sprint Focus set to On Location Sprint
Updated by Benni Mack over 6 years ago
- Target version changed from 9.2 to Candidate for Major Version
Updated by Gerrit Code Review over 6 years ago
Patch set 8 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/54278
Updated by Gerrit Code Review over 6 years ago
Patch set 9 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/54278
Updated by Gerrit Code Review over 6 years ago
Patch set 10 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/54278
Updated by Gerrit Code Review over 6 years ago
Patch set 11 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/54278
Updated by Gerrit Code Review over 6 years ago
Patch set 12 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/54278
Updated by Gerrit Code Review over 6 years ago
Patch set 13 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/54278
Updated by Benni Mack over 6 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 26894af66b8dbecac263e419a7d47f7b66c03607.
Updated by Christian Kuhn over 6 years ago
- Related to Bug #84991: Accessing localhost/typo3 while being logged in shows a strange login form added
Updated by Anja Leichsenring over 6 years ago
- Sprint Focus deleted (
On Location Sprint)
Updated by Anja Leichsenring over 6 years ago
- Status changed from Resolved to Closed