Bug #91385
closedStory #91384: Backend login and referrer problems after recent TYPO3 9.5.17 and 10.4.2 security fixes
JavaScript error for extensions overriding login form
100%
Description
References
- https://github.com/codesource/typo3-cdsrc_bepwreset/blob/master/Resources/Private/Layouts/Login.html
Result
Uncaught TypeError: Cannot read property 'dataset' of null at Object.checkDocumentReferrerSupport (Login.js?bust=faffa50f23d88203ecae384d214e3cff8a87cd1a:13) at new <anonymous> (Login.js?bust=faffa50f23d88203ecae384d214e3cff8a87cd1a:13) at Object.<anonymous> (Login.js?bust=faffa50f23d88203ecae384d214e3cff8a87cd1a:13) at Object.execCb (require.js:5) at i.check (require.js:5) at i.<anonymous> (require.js:5) at require.js:5 at require.js:5 at each (require.js:5) at i.emit (require.js:5)
Updated by Gerrit Code Review over 4 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/64484
Updated by Gerrit Code Review over 4 years ago
Patch set 1 for branch 9.5 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/64485
Updated by Gerrit Code Review over 4 years ago
Patch set 2 for branch 9.5 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/64485
Updated by Gerrit Code Review over 4 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/64484
Updated by Stig Nørgaard Færch over 4 years ago
Gerrit Code Review wrote:
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/64484
It works fine for me, though I had to remove the diff part for
typo3/sysext/backend/Resources/Private/TypeScript/Login.ts
as this file does not exist on my installation.
Guess it only exists in a dev installation somehow? I'm curious...
Updated by Oliver Hader over 4 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 67944aa4f57c44ea0997789f8da7b966c452fdc3.
Updated by Oliver Hader over 4 years ago
- Has duplicate Bug #91415: After Update from 9.5.14 to 9.5.17 - backend and installer login are not working added