Project

General

Profile

Actions

Bug #70053

closed

felogin: Wrong TypoScript variable name (config.typolinkAccessRestrictedPages) in documentation used

Added by Felix Heller over 8 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
felogin
Target version:
-
Start date:
2015-09-23
Due date:
% Done:

100%

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

Description

In the documentation of felogin is written:

Send visitors to login page and redirect to original page

A common situation is that visitors who go to a page with access restrictions should go to a login page first and after logging in should be send back to the page they originally requested.

Assume we have a login page with id 2.

Using TypoScript we can still display links to access restricted pages and send visitors to the login page:

config {
        typolinkAccessRestrictedPages = 2
        typolinkAccessRestrictedPages_addParams = &return_url=###RETURN_URL###
}

The correct name of the TypoScript variable is typolinkLinkAccessRestrictedPages and not typolinkAccessRestrictedPages.

Actions

Also available in: Atom PDF