Project

General

Profile

Actions

Feature #29565

closed

Epic #92641: felogin feature collection

It is not possible to force felogin into a certain display mode

Added by Lucas Jenß over 12 years ago. Updated about 2 years ago.

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

0%

Estimated time:
PHP Version:
Tags:
Complexity:
easy
Sprint Focus:

Description

felogin decides what to display according to the passed pivars, in the following code section in tx_felogin_pi1:


            // What to display
        $content='';
        if ($this->piVars['forgot']) {
            $content .= $this->showForgot();
        } elseif ($this->piVars['forgothash']) {
            $content .= $this->changePassword();
        } else {
            if($this->userIsLoggedIn && !$this->logintype) {
                $content .= $this->showLogout();
            } else {
                $content .= $this->showLogin();
            }
        }

This makes it impossible to have, for example, a login form (LF) and a "forgot password" form (FP) on the same page because even when setting default pivars from typoscript, the LF will turn into a "forgot password" when the FP form is submitted, because it sets the "forgot" pivar.

My idea would be to introduce a "mode" config variable, so that you can force the mode like this:

plugin.tx_felogin_pi1.mode = forgot

Related issues 3 (0 open3 closed)

Related to TYPO3 Core - Bug #26910: forgot does not work with more than one login form on one pageClosed2011-05-19

Actions
Related to TYPO3 Core - Feature #38844: Add code list to feloginClosed2012-07-10

Actions
Related to TYPO3 Core - Epic #84262: [FEATURE] Update felogin to extbaseClosedHenning Liebe2013-08-16

Actions
Actions #1

Updated by Lucas Jenß over 12 years ago

I incorrectly set the Typo3 version to 4.7, it should be 4.5.

Actions #2

Updated by Chris topher over 12 years ago

  • TYPO3 Version changed from 4.7 to 4.5
Actions #3

Updated by Mathias Schreiber over 9 years ago

  • Category set to felogin
  • Target version set to 7.2 (Frontend)
Actions #4

Updated by Benni Mack almost 9 years ago

  • Target version changed from 7.2 (Frontend) to 7.4 (Backend)
Actions #5

Updated by Susanne Moog over 8 years ago

  • Target version changed from 7.4 (Backend) to 7.5
Actions #6

Updated by Benni Mack over 8 years ago

  • Target version changed from 7.5 to 8 LTS
Actions #7

Updated by Riccardo De Contardi about 7 years ago

  • Target version changed from 8 LTS to 9.0
Actions #8

Updated by Susanne Moog about 6 years ago

  • Target version deleted (9.0)
Actions #9

Updated by Markus Klein almost 6 years ago

  • Related to Epic #84262: [FEATURE] Update felogin to extbase added
Actions #10

Updated by Markus Klein over 3 years ago

  • Parent task set to #92641
Actions #11

Updated by Christian Kuhn about 2 years ago

  • Status changed from New to Closed

Hey. I hope it's ok to close here for now: the felogin extension has been rewritten to exbase meanwhile so a lot of the surrounding code changed meanwhile. In case this is still an issue, we should proceed with a fresh ticket and describe what it still needed.

Actions

Also available in: Atom PDF