Project

General

Profile

Actions

Feature #22384

closed

Allow specific and distinct redirects on BE-login

Added by Niels Fröhling about 14 years ago. Updated about 2 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend API
Target version:
-
Start date:
2010-04-06
Due date:
% Done:

0%

Estimated time:
PHP Version:
5.3
Tags:
Complexity:
Sprint Focus:

Description

Currently you can configure the redirect on BE-login just as a replacement of the interface, much like an implicit 'redirect' interface. It would be better to allow redirects also as a complement to the selected interface. For example a Frontend-interface selection redirects directly to a BE-user page instead of to the initial page.

This is a two-liner to enable redirects for the given interface, without erasing the interface-configuration (BE-user TSconfig):

auth.BE.redirectToURL.backend = ...
auth.BE.redirectToURL.backend_old = ...
auth.BE.redirectToURL.frontend = ...

A neat addition would be to allow IDs instead of URLs, but that's up to you.

(issue imported from #M14011)


Files

14011.diff (528 Bytes) 14011.diff Administrator Admin, 2010-04-06 19:23
typo3-22384.diff (804 Bytes) typo3-22384.diff Sybille Peters, 2012-08-15 15:11
Actions #1

Updated by Steffen Gebert over 11 years ago

  • Category set to Backend API
  • Status changed from New to Accepted
  • Target version deleted (0)

Yes, also being able to send an editor a URL like http://example.com/typo3/backend.php?contentElement=123 would be neat.

Actions #2

Updated by Sybille Peters over 11 years ago

Great! However I would change the patch at least a little bit:

Actions #3

Updated by Ingo Renner over 11 years ago

Steffen Gebert wrote:

Yes, also being able to send an editor a URL like http://example.com/typo3/backend.php?contentElement=123 would be neat.

I once had the idea that the URL would constantly change with the current record you're editing. Something like

typo3/backend.php/page/pages/123
typo3/backend.php/list/tt_news/456
...
typo3/backend.php/$moduleName/$tableName/$recordUid

Actions #4

Updated by Mathias Schreiber over 9 years ago

  • Target version set to 7.4 (Backend)
Actions #5

Updated by Susanne Moog over 8 years ago

  • Target version changed from 7.4 (Backend) to 7.5
Actions #6

Updated by Benni Mack over 8 years ago

  • Target version deleted (7.5)
Actions #7

Updated by Christian Kuhn about 2 years ago

  • Status changed from Accepted to Closed

Hey.
Quite a few things happened meanwhile: First, it's possible to deep-link the backend by now. Additionally, the 'interface' selection is kinda old fashioned and not well supported by the login anymore, also considering the fact that feedit has been abandoned from the core.
I hope it's thus ok to close here for now: If still changes regarding this functionality is wanted for current core, it should most likely happen with a fresh issue.

Actions

Also available in: Atom PDF