Bug #42832
closedSelectbox labels missing in saltedpasswords extension configuration
100%
Description
The settings "Hashing method for the backend" and "Hashing method for the frontend" are missing labels for their options (see attached screenshot).
How to reproduce:
1) Open (new) Extension Manager
2) Use 'Configure
' action for saltedpasswords
extension to open configuration
3) Switch to 'basic
' tab
Background:
While the options offer to select a salt method represented as a classfile defining the salt method, the class names are used as parts of the language key for the label of the options:
// typo3/sysext/saltedpasswords/Classes/Utility/ExtensionManagerConfigurationUtility.php 338 $label = 'ext.saltedpasswords.title.' . $class;
Problem:
With http://forge.typo3.org/issues/40096 the class files were moved and their classes namespaced, which indirectly changed the language key for the label, without adjusting the language key in the corresponding language file itself.
Files
Updated by Gerrit Code Review about 12 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/16369
Updated by Tilo Baller about 12 years ago
NOTE: Only testable/reproducible with the applied fix for http://forge.typo3.org/issues/42829, which allows to open the extension configuration without an error.
Updated by Gerrit Code Review about 12 years ago
Patch set 2 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/16369
Updated by Tilo Baller about 12 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 66ea0a3a0fa92ff2e524912c9bdb19e6f2f865ba.