1 .. include:: ../../Includes.txt
3 =============================================
4 Deprecation: #85707 - LoginFramesetController
5 =============================================
12 The class :php:`TYPO3\CMS\Backend\Controller\LoginFramesetController` builds a simple HTML frameset
13 and has been replaced by using the full logic within :php:`LoginController` or a request to
14 `index.php?loginRefresh=1` directly.
20 Instantiating the LoginFramesetController class will trigger a deprecation message.
23 Affected Installations
24 ======================
26 TYPO3 installations with custom logic using the rare functionality of LoginFramesetController.
32 Reference `index.php?loginRefresh=1` in the callers code directly, or re-implement the frameset if
35 .. index:: Backend, FullyScanned, ext:backend