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