Project

General

Profile

Actions

Task #80790

closed

do not expose the password hash in install tool

Added by Anja Leichsenring about 7 years ago. Updated about 7 years ago.

Status:
Rejected
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2017-04-10
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
8
PHP Version:
Tags:
Complexity:
Sprint Focus:

Description

keep the password hidden, also the hash that's exposed after using a wrong Login.


Related issues 1 (0 open1 closed)

Blocks TYPO3 Core - Feature #80791: Hide Password while typingClosed2017-04-10

Actions
Actions #1

Updated by Helmut Hummel about 7 years ago

Imho we can't do much in the Install Tool

What I meant is when editing a user in the backend, the hash is exposed in a hidden input field. FormEngine should be changed in a way to not render the value of password fields,
but only generate the hidden field when the password is changed

Actions #2

Updated by Gerrit Code Review about 7 years ago

  • Status changed from New to Under Review

Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/52438

Actions #3

Updated by Christian Kuhn about 7 years ago

  • Status changed from Under Review to Rejected

We do need the output of the hash generated from the user input - that's a way to manually recover a closed install tool, by manually putting that value into LocalConfiguration.

The valid issue mentioned by Helmut should be done in a new issue that does not mix the backend password display up with the install tool password.

Actions

Also available in: Atom PDF