Actions
Bug #87775
closedExceptions thrown for unconfigured login form
Start date:
2019-02-24
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
10
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
When adding a new login form to a fresh site, several exceptions are thrown as the redirect URL is null and not a string. The exceptions come from RedirectUrlValidator::isValid()
.
Steps to reproduce:
- create a new site with a basic template
- create a folder for users, configure the constant
styles.content.loginform.pid
with that folder's uid - insert a login form on the start page, w/o any configuration in the flexform
- open the start page – boom, you're greeted with an exception
Bonus track: if the constant is not configured, the page is rendered, but the login form shows "oops, an error occurred" because the PID is not configured (as you then can see from the log).
Actions