Project

General

Profile

Actions

Bug #42832

closed

Selectbox labels missing in saltedpasswords extension configuration

Added by Tilo Baller about 12 years ago. Updated about 6 years ago.

Status:
Closed
Priority:
Must have
Assignee:
Category:
Authentication
Target version:
-
Start date:
2012-11-10
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
6.0
PHP Version:
Tags:
Complexity:
easy
Is Regression:
Sprint Focus:

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


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #42829: Extension configuration not possible because of failed opening required fileClosedTilo Baller2012-11-10

Actions
Actions

Also available in: Atom PDF