Bug #34568
closedrsaauth can not be used multiple times on one page
100%
Description
When using rsaauth for the felogin extension it is not possible to have another login form on the same page that also uses rsaauth for encrypting the user/password data.
As far as I can see there are two possible solutions:
- the storage need to be able to store multiple key pairs (at the moment only one key pair can be stored)
- if a key pair is generated it needs to be stored in a static variable so that it can be used in other forms
Please let me know if I can help out with a patch for this.
Updated by Christian Jul Jensen over 12 years ago
- Status changed from New to Needs Feedback
- Assignee set to Steffen Ritter
Steffen, you are probably the right one to say if this is feasible. Or if there are other things to consider.
Updated by Steffen Ritter over 12 years ago
- Status changed from Needs Feedback to Accepted
- Assignee deleted (
Steffen Ritter)
Yes, know this behaviour - I think in the second way would fit better...
Updated by Online Now! GmbH over 12 years ago
Please make also sure the javascript files for the encrypting will be added only one time.
Updated by Andreas Kießling over 12 years ago
Since the next release of sr_feuser_register (3) will ship with support for salted_passwords and rsa encrypted passwords (and adds conflict status with kb_md5fepw), i think it will be pretty common to have rsa protected login form and the password fields on the same page.
Identifying this problem took quite some time and although there is (now) a note and a link in the sr_feuser_register documentation regarding this error, this should be fixed for the next releases IMHO.
Updated by Andreas Kießling over 12 years ago
Related to #24877 which has patches pending in Gerrit https://review.typo3.org/#/c/10485/
Updated by hwt3 no-lastname-given about 10 years ago
What is the current state of this Issue?
The same problem exists in TYPO3 5.2.x, e.g. with sr_feuser_register 3.1.x
Updated by Nicole Cordes over 9 years ago
- Assignee set to Nicole Cordes
- Target version set to 7.4 (Backend)
- Is Regression set to No
Updated by Gerrit Code Review over 9 years ago
- Status changed from Accepted to Under Review
Patch set 8 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/40938
Updated by Gerrit Code Review over 9 years ago
Patch set 9 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/40938
Updated by Gerrit Code Review over 9 years ago
Patch set 10 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/40938
Updated by Gerrit Code Review over 9 years ago
Patch set 11 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/40938
Updated by Gerrit Code Review over 9 years ago
Patch set 12 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/40938
Updated by Gerrit Code Review over 9 years ago
Patch set 13 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/40938
Updated by Gerrit Code Review over 9 years ago
Patch set 14 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/40938
Updated by Gerrit Code Review over 9 years ago
Patch set 15 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/40938
Updated by Gerrit Code Review over 9 years ago
Patch set 16 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/40938
Updated by Gerrit Code Review over 9 years ago
Patch set 17 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/40938
Updated by Gerrit Code Review over 9 years ago
Patch set 18 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/40938
Updated by Gerrit Code Review over 9 years ago
Patch set 19 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/40938
Updated by Nicole Cordes over 9 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 435f778ce583e3b3096538ef0fdcf01768b21e63.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed