Actions
Bug #98082
closedWarning: Trying to access array offset on value of type null on password reset
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend User Interface
Target version:
-
Start date:
2022-08-05
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
11
PHP Version:
8.0
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
When using backend password reset functionality an exception is thrown on hitting the submit button.
This applies to TYPO3 11.5.13 and PHP 8.0 (11.5.13 on PHP 7.4 works fine).
Steps to reproduce:
- Log out
- Go to password reset page
- Enter e-mail address
- Hit submit button
(1/1) #1476107295 TYPO3\CMS\Core\Error\Exception
PHP Warning: Trying to access array offset on value of type null in /some/path/typo3/sysext/core/Classes/Authentication/BackendUserAuthentication.php line 1501
This exception is thrown while checking backend user file mounts.
Files
Updated by Torben Hansen almost 2 years ago
- Related to Bug #98113: Trying to access array offset on value of type null in BackendUserAuthentication.php added
Updated by Torben Hansen almost 2 years ago
- Status changed from New to Closed
I'm closing the issue, since it is resolved with #98113
Actions