Bug #88709
closedmail config input fields in Installation-Wide Options get autocompleted with TYPO3 backend username/password
100%
Description
After editing some "Installation-Wide Options" with Firefox, I noticed my username and password turned up in LocalConfiguration.php...
(at least) these 2 fields should have autocomplete="off"
<input type="password" value="" data-path="MAIL/transport_smtp_password" class="t3-install-form-input-text form-control t3js-localConfiguration-pathValue">
<input type="text" value="" data-path="MAIL/transport_smtp_username" class="t3-install-form-input-text form-control t3js-localConfiguration-pathValue">
Files
Updated by Guido Schmechel over 5 years ago
This would be a common UX topic. Should we turn off the AutoComplete for all fields? I would agree.
Affected file: typo3/sysext/install/Resources/Private/Partials/Settings/LocalConfiguration/SubSection.html
Updated by Gerrit Code Review over 5 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/c/Packages/TYPO3.CMS/+/61331
Updated by Gerrit Code Review over 5 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/61331
Updated by Gerrit Code Review over 5 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/61331
Updated by Gerrit Code Review over 5 years ago
Patch set 1 for branch 9.5 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/61337
Updated by Guido Schmechel over 5 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset ebad91ff0ace9a9c9b32657898425b2a7c370515.
Updated by Jonas Eberle over 5 years ago
- Related to Bug #88851: Configure Installation wide options -> search field is handled as login field added
Updated by Henri Nathanson over 5 years ago
- Related to Bug #88832: autocomplete="off" on password fields in install tool configuration settings does not seem to work added