Feature #22384

Allow specific and distinct redirects on BE-login

Added by Niels Fröhling about 3 years ago. Updated 9 months ago.

Status:Accepted Start date:2010-04-06
Priority:Should have Due date:
Assignee:- % Done:

0%

Category:Backend API
Target version:-
TYPO3 Version:4.4 Complexity:
PHP Version:5.3
Votes: 2 (View)

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)

14011.diff (528 Bytes) Administrator Admin, 2010-04-06 19:23

typo3-22384.diff (804 Bytes) Sybille Peters, 2012-08-15 15:11

History

Updated by Steffen Gebert 9 months 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.

Updated by Sybille Peters 9 months ago

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

Updated by Ingo Renner 9 months 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

Also available in: Atom PDF