Actions
Task #102425
closedShow error message when install tool password is empty
Start date:
2023-11-21
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
13
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
When $GLOBALS['TYPO3_CONF_VARS']['BE']['installToolPassword']
is empty, the install tool does not handle the request resulting in a 404 error, when the install tool is accessed.
Instead of returning a 404 error, a HTTP 500 response with an appropriate error message should be returned.
Actions