Feature #30271
closedRefactor login services to separate password transmission and password compare
100%
Description
Problem:
Currently password transmission and password compare is coupled together so that an auth service always has to implement both.
Solution:
Decouple these actions to be able to clean up the authentication service chain and to make it possible for other services to benefit from RSA encrypted passwords without the need to decrypt it manually.
Updated by Mr. Hudson about 13 years ago
Patch set 1 of change Ic8ebeaa58d1cc1662083b0799f670b5a79e43971 has been pushed to the review server.
It is available at http://review.typo3.org/5326
Updated by Xavier Perseguers about 13 years ago
- Target version changed from 4.6.0-RC1 to 4.6.0
Updated by Chris topher about 13 years ago
- Target version changed from 4.6.0 to 4.6.1
Updated by Chris topher almost 13 years ago
- Target version changed from 4.6.1 to 4.6.2
Updated by Gerrit Code Review almost 13 years ago
- Status changed from Accepted to Under Review
Patch set 2 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/5326
Updated by Gerrit Code Review almost 13 years ago
Patch set 3 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/5326
Updated by Gerrit Code Review almost 13 years ago
Patch set 4 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/5326
Updated by Anonymous almost 13 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset d1380fb47a1411e86ed147ce8bb921835f4ebd45.
Updated by Helmut Hummel almost 13 years ago
- Status changed from Resolved to Under Review
- Target version changed from 4.6.2 to 1525
- TYPO3 Version changed from 4.6 to 4.7
not resolved yet. patch has been applied to sandbox only.
Updated by Oliver Hader almost 13 years ago
Just for the records, this was the old RFC that introduced the RSAauth feature to TYPO3 4.3: #20382
Updated by Gerrit Code Review almost 13 years ago
Patch set 5 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/5326
Updated by Helmut Hummel almost 13 years ago
- Tracker changed from Task to Feature
Updated by Anonymous almost 13 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset d3f3a9fd904ed9b746dde93be2a5351e0bdd71f8.
Updated by Steffen Ritter almost 13 years ago
- Target version changed from 1525 to 4.7.0-beta1
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed