Project

General

Profile

Actions

Feature #101723

closed

Add new fieldControl=revealPassword option to reveal passwords (PATCH)

Added by Garvin Hicking 9 months ago. Updated 9 months ago.

Status:
Rejected
Priority:
Should have
Assignee:
-
Category:
FormEngine aka TCEforms
Target version:
Start date:
2023-08-22
Due date:
% Done:

0%

Estimated time:
PHP Version:
8.1
Tags:
formengine password passwordgenerator token hashed tca
Complexity:
easy
Sprint Focus:

Description

The contents of "type=password" TCA elements can currently be inspected via Browser by looking up the hidden field.

(This only makes sense for hashed=false type passwords of course, otherwise you only get the stored hash).

This issue (as a followup to #101703) addresses a UX enhancement to allow to toggle showing the passwords more easily. The reasoning is, that when passwords contain tokens, that after saving may be look up (or any other unhashed password).

It can be added as a fieldControl to the TCA configuration (just like the PasswordGenerator, see https://docs.typo3.org/m/typo3/reference-tca/main/en-us/ColumnsConfig/Type/Password/Properties/PasswordGenerator.html#columns-password-properties-passwordgenerator)


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Feature #101703: Allow TCA fieldControl=passwordGenerator for more than type=password (i.e. for readable tokens)Closed2023-08-17

Actions
Actions #1

Updated by Garvin Hicking 9 months ago

  • Tracker changed from Bug to Feature
  • TYPO3 Version deleted (13)
Actions #2

Updated by Garvin Hicking 9 months ago

  • Related to Feature #101703: Allow TCA fieldControl=passwordGenerator for more than type=password (i.e. for readable tokens) added
Actions #3

Updated by Gerrit Code Review 9 months ago

  • Status changed from New to Under Review

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

Actions #4

Updated by Gerrit Code Review 9 months ago

Patch set 2 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/80612

Actions #5

Updated by Gerrit Code Review 9 months ago

Patch set 3 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/80612

Actions #6

Updated by Gerrit Code Review 9 months ago

Patch set 4 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/80612

Actions #7

Updated by Gerrit Code Review 9 months ago

Patch set 5 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/80612

Actions #8

Updated by Gerrit Code Review 9 months ago

Patch set 6 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/80612

Actions #9

Updated by Christian Kuhn 9 months ago

  • Status changed from Under Review to Rejected

We found a more elegant way to solve this.

Actions

Also available in: Atom PDF