Bug #24877
closedrsaauth with more than one login form on one page doesn't work
100%
Description
If you have more than one login form on one page only the last rendered login form will work. This happens because when the second login form is rendered the created private key overwrites the first form's private key. This problem is also described on forge: http://forge.typo3.org/issues/6708
In my patch the class tx_rsaauth_keypair is a singleton so that it will be used only one time. The patch also changes the backend classes to check if the class tx_rsaauth_keypair was already called. And it adds some error handling.
The patch is created against TRUNK revision 10349.
Kind regards,
Marco
(issue imported from #M17388)
Files
Updated by Marco Huber almost 13 years ago
rsaauth_trunk.patch is the right patch... ;-)
Updated by Marco Huber almost 13 years ago
where's my brain today? rsaauth_trunk2.patch
Updated by Gerrit Code Review over 11 years ago
- Status changed from New to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/10485
Updated by Gerrit Code Review over 11 years ago
Patch set 2 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/10485
Updated by Gerrit Code Review over 11 years ago
Patch set 3 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/10485
Updated by Gerrit Code Review over 11 years ago
Patch set 4 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/10485
Updated by Gerrit Code Review over 11 years ago
Patch set 5 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/10485
Updated by Gerrit Code Review over 11 years ago
Patch set 6 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/10485
Updated by Steffi no-lastname-given over 10 years ago
Is there a patch available for TYPO3 4.7.? Have tried it with Version 4.7.14 and sr_feuser_register 3.0.2...doesn't work for me...
Updated by Gerrit Code Review about 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/10485
Updated by Gerrit Code Review about 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/10485
Updated by Gerrit Code Review about 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/10485
Updated by Gerrit Code Review almost 10 years ago
Patch set 1 for branch TYPO3_6-1 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/26709
Updated by Gerrit Code Review almost 10 years ago
Patch set 1 for branch TYPO3_6-0 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/26710
Updated by Tom Ruether almost 10 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset ffc3f2b385c81ac1b74a5d170226b7caea5c4e44.
Updated by Sebahattin Kücük over 9 years ago
I use typo3 4.7.18 and sr_feuser_register 3.1.2 and have the same problem. I am using patch rsaauth_trunk2.patch, but the problem still exists. Please help