Project

General

Profile

Feature #19578 » tx_felogin_pi1.diff

Administrator Admin, 2008-11-06 11:10

View differences:

typo3/sysext/felogin/ext_typoscript_setup.txt 2008-11-06 11:00:53.000000000 +0100
#additional fields
dontShowLoggedInMessage =
showForgotPasswordLink =
showPermaLogin =
typo3/sysext/felogin/pi1/class.tx_felogin_pi1.php 2008-11-06 11:00:52.000000000 +0100
if ($this->piVars['forgot'] && ($this->flexFormValue('showForgotPassword','sDEF') || $this->conf['showForgotPasswordLink'])) {
$content .= $this->showForgot();
} else {
if($this->userIsLoggedIn && !$this->logintype) {
if($this->userIsLoggedIn && (!$this->logintype || $this->conf['dontShowLoggedInMessage'])) {
$content .= $this->showLogout();
} else {
$content .= $this->showLogin();
(1-1/2)