Feature #101723
closedAdd new fieldControl=revealPassword option to reveal passwords (PATCH)
0%
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)
Updated by Garvin Hicking about 1 year ago
- Tracker changed from Bug to Feature
- TYPO3 Version deleted (
13)
Updated by Garvin Hicking about 1 year ago
- Related to Feature #101703: Allow TCA fieldControl=passwordGenerator for more than type=password (i.e. for readable tokens) added
Updated by Gerrit Code Review about 1 year 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
Updated by Gerrit Code Review about 1 year 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
Updated by Gerrit Code Review about 1 year 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
Updated by Gerrit Code Review about 1 year 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
Updated by Gerrit Code Review about 1 year 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
Updated by Gerrit Code Review about 1 year 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
Updated by Christian Kuhn about 1 year ago
- Status changed from Under Review to Rejected
We found a more elegant way to solve this.