Actions
Feature #101723
closedAdd new fieldControl=revealPassword option to reveal passwords (PATCH)
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)
Actions