Suggestion #33404
redirect after login problems with RealURL
| Status: | Resolved | Start date: | 2012-01-24 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | Markus Kappe | % Done: | 100% |
|
| Category: | - | |||
| Target version: | - | |||
| Votes: | 0 |
Description
The patch replaces just one line compared to the latest version. It now uses sitescript as variable instead of
$this->pi_getPageLink($GLOBALS['TSFE']->id),
With the original one I had troubles redirecting. I'm not 100% sure if this is always working, so you may just reconsider if its worth taking this.
History
Updated by Markus Kappe about 1 year ago
- Status changed from New to Needs Feedback
The link generated by $this->pi_getPageLink($GLOBALS['TSFE']->id) should always be working - with or without realurl. Can it be that there is a problem with your realurl configuration? Maybe you can be more specific what troubles you have. I can take a look at your configuration, maybe we can find the root of the problem. So I can see if it's a problem with realurl or with pi_getPageLink
Updated by Markus Kappe about 1 year ago
- Status changed from Needs Feedback to Resolved
- % Done changed from 0 to 100
Added the TypoScript option preserveGETvars, which allows it to login while beeing on a page with GET vars (e.g. a news article). Works pretty much the same as fe_login. Target version: 0.2.7