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 #1

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

Actions #2

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.

Actions #3

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

Actions #4

Updated by Tilo Baller about 12 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #5

Updated by Benni Mack about 6 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF