Project

General

Profile

Actions

Bug #87775

closed

Exceptions thrown for unconfigured login form

Added by Andreas Wolf about 5 years ago. Updated almost 5 years ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
felogin
Target version:
-
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:

  1. create a new site with a basic template
  2. create a folder for users, configure the constant styles.content.loginform.pid with that folder's uid
  3. insert a login form on the start page, w/o any configuration in the flexform
  4. 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 #1

Updated by Gerrit Code Review about 5 years ago

  • Status changed from In Progress to Under Review

Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/59795

Actions #2

Updated by Anonymous about 5 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #3

Updated by Benni Mack almost 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF