Bug #105126
closedException on save of backend user settings when password field is missing
100%
Description
With User TSConfig it is possible to remove the password field from the backend user settings:
setup.fields { password.disabled = 1 }
This setting makes sense e.g. if you use alternative login providers like LDAP or oauth where the password field is not necessary.
When the password field is removed, it's not possible to save changed backend user settings:
PHP Warning: Undefined array key "password" in vendor/typo3/cms-setup/Classes/Controller/SetupModuleController.php line 238
Updated by Gerrit Code Review about 2 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/+/86341
Updated by Gerrit Code Review about 2 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/+/86341
Updated by Gerrit Code Review about 2 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/+/86341
Updated by Gerrit Code Review about 2 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/+/86341
Updated by Gerrit Code Review about 2 months ago
Patch set 1 for branch 12.4 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/86321
Updated by Peter Kraume about 2 months ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 1e36fae7bbc4bf74033c8059e15bdbda84133cbe.