Actions
Bug #93935
closed"Forgot password" for backend user fails
Start date:
2021-04-16
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
11
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Password reset fails with the following exception:
PHP Warning: explode() expects parameter 2 to be string, array given in /var/www/html/typo3/sysext/core/Classes/Utility/GeneralUtility.php line 930
This is caused by an empty array passed to IntExplode() where a comma seperated string is expected.
Actions