Bug #59041
closedFE login fails at first attempt with page shown in multiple browser tabs
100%
Description
When you have a page with loginbox open in 2 different browser tabs the login attempt on the first opened browser tab will fail.
[FE][loginSecurityLevel] = rsa
Updated by Frans Saris over 10 years ago
With loginSecurityLevel = normal the problem doesn't occur.
The key is present in tx_rsaauth_keys but somehow not found/recognised.
Updated by Markus Klein over 10 years ago
- Category set to Authentication
Ok so this is not related to session handling but rsaauth.
A new key is generated for each request. So only the last key is valid. (all former keys are discarded)
We should change felogin to fetch the key on submit like the BE login does. But that would be a breaking change I fear.
Is this fixable at all?
Updated by Frans Saris over 10 years ago
- Status changed from New to Accepted
- Assignee set to Frans Saris
Updated by Gerrit Code Review over 10 years ago
- Status changed from Accepted 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/30364
Updated by Gerrit Code Review over 10 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/30364
Updated by Gerrit Code Review over 10 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/30364
Updated by Gerrit Code Review over 10 years ago
Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/30364
Updated by Gerrit Code Review over 10 years ago
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/30364
Updated by Gerrit Code Review over 10 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/30364
Updated by Gerrit Code Review over 10 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/30364
Updated by Gerrit Code Review over 10 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/30364
Updated by Gerrit Code Review over 10 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/30364
Updated by Gerrit Code Review over 10 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/30364
Updated by Frans Saris over 10 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 7717507f559cb2360d615d2f3632f846ca08331a.