Project

General

Profile

Bug #61940 ยป felogin.diff

Stephan Bauer, 2014-09-28 23:59

View differences:

felogin/Classes/Controller/FrontendLoginController.php 2014-09-28 23:40:13.000000000 +0200
}
// What to display
$content = '';
if ($this->piVars['forgot'] && $this->conf['showForgotPassword']) {
if ($this->piVars['forgot'] && ($this->conf['showForgotPassword']|| $this->conf['showForgotPasswordLink'])) {
$content .= $this->showForgot();
} elseif ($this->piVars['forgothash']) {
$content .= $this->changePassword();
    (1-1/1)