CoreCommunity ExtensionsIncubatorDistributionsTYPO3 4.5 ProjectsTYPO3 4.7 ProjectsTYPO3 6.0 ProjectsTYPO3 6.1 ProjectsTYPO3 6.2 Projects (+)

Bug #1565

GET login parameters don't work

Added by Allan Jacobsen over 4 years ago. Updated over 2 years ago.

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

Revision 8039
Added by Oliver Klee over 5 years ago

[Bug 1565] The categorybagbuilder should create a bag that is sorted by title, r=mario

Also available in: Atom PDF