Bug #20161 » felogin.patch
class.tx_felogin_pi1.php.2 2011-03-22 17:02:50.000000000 +0100 | ||
---|---|---|
} elseif ($this->piVars['forgothash']) {
|
||
$content .= $this->changePassword();
|
||
} else {
|
||
if($this->userIsLoggedIn && !$this->logintype) {
|
||
if($this->userIsLoggedIn && $this->logintype != 'logout') {
|
||
$content .= $this->showLogout();
|
||
} else {
|
||
$content .= $this->showLogin();
|
||
... | ... | |
include_once($TYPO3_CONF_VARS[TYPO3_MODE]['XCLASS']['ext/felogin/pi1/class.tx_felogin_pi1.php']);
|
||
}
|
||
?>
|
||
?>
|