Bug #33645
Wrong return value getPasswordHashingStrategyAndIdentifier()
| Status: | Resolved | Start date: | 2012-02-03 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | Karsten Dambekalns | % Done: | 100% |
|
| Category: | Security | |||
| Target version: | TYPO3 Flow Base Distribution - 1.1 | |||
| PHP Version: | Complexity: | |||
| Has patch: | No | FLOW3 version affected: | Git master | |
| Votes: | 0 |
Description
getPasswordHashingStrategyAndIdentifier is supposed to return an array, but in case a strategy identifier has been requested already, an object will be returned and break the calling code.
Associated revisions
[BUGFIX] Fixes getPasswordHashingStrategyAndIdentifier() return value
getPasswordHashingStrategyAndIdentifier() is supposed to return an
array, but in case a strategy identifier has been requested already,
an object will be returned and break the calling code.
This change fixes that.
Change-Id: I32fe8da3e6330e33876c8a239d5490db348f4468
Fixes: #33645
Releases: 1.1
History
Updated by Gerrit Code Review over 1 year ago
- Status changed from Accepted to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/8826
Updated by Gerrit Code Review about 1 year ago
Patch set 2 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/8826
Updated by Karsten Dambekalns about 1 year ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 999b95082c1b5695f698a7f640e9eeaec51d9231.