Project

General

Profile

Actions

Bug #105126

closed

Exception on save of backend user settings when password field is missing

Added by Peter Kraume about 2 months ago. Updated about 1 month ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend API
Target version:
-
Start date:
2024-09-26
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
12
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

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

Actions

Also available in: Atom PDF