Project

General

Profile

Feature #19578 » tx_felogin_pi1_2008_11_10.diff

Administrator Admin, 2008-11-10 14:04

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']) && !$this->redirectUrl) {
$content .= $this->showLogout();
} else {
$content .= $this->showLogin();
(2-2/2)