Bug #95780
Updated by Christian Buelter about 3 years ago
When I use the "reset password" link in the TYPO3 backend login form, I get the following error message: <pre> PHP Warning: Undefined array key "filemounts" in [..]/typo3/sysext/core/Classes/Authentication/BackendUserAuthentication.php line 1397 </pre> The user (user has no filemounts assigned. assigned) The reset password function should work even if there are no file mounts set in the user or group record. Before accessing <pre> $this->groupData['filemounts'] </pre> in https://github.com/TYPO3/typo3/blob/3b7a862f15c35e1388cb5aef2b340de8994a449b/typo3/sysext/core/Classes/Authentication/BackendUserAuthentication.php#L1397 it should be checked if the array key exists.