Project

General

Profile

Actions

Bug #21908

closed

redirect_url should only be used after successful login

Added by Bastian Schreiber over 14 years ago. Updated over 12 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
felogin
Target version:
-
Start date:
2010-01-03
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.3
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

When using redirect_url as additional request parmater, the user will be redirected to the redirect_url in ANY case.
I want the standard error message of the login page instead and after a second try to be redirected.

felogin version 1.2.0 file class.tx_felogin_pi1.php: Line 491-494

if ($this->redirectUrl) {
// use redirectUrl for action tag because of possible access restricted pages
$markerArray['###ACTION_URI###'] = htmlspecialchars($this->redirectUrl);
$this->redirectUrl = '';

If i remove this block, it seems to be ok for my situation
(issue imported from #M13139)

Actions #1

Updated by Jigal van Hemert over 12 years ago

  • Status changed from New to Closed
  • Target version deleted (0)
  • TYPO3 Version set to 4.3

Fixed a long time ago. Redirects are now processed separately with a lot more configuration options.

Actions

Also available in: Atom PDF