Bug #1565
GET login parameters don't work
| Status: | New | Start date: | 2008-09-22 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | - | |||
| Target version: | - | |||
| Votes: | 0 |
Description
To make it possible to login with a GET URL i made this modification to the class.tx_remoteserver_beuserauth.php file:
/**
* Overload t3lib_userauth::start()
* We don't want to do as much stuff as the original method, in particular no session or cookies should be set
*/
function start() {
$this->loginType = 'BE';
-----> $this->getMethodEnabled = TRUE;
// set level to normal if not already set
$this->security_level = 'normal';
Best regards
Allan Jacobsen
Associated revisions
[Bug 1565] The categorybagbuilder should create a bag that is sorted by title, r=mario