Project

General

Profile

Feature #14933 » showForgotPassword.diff

Administrator Admin, 2006-10-12 21:29

View differences:

class.tx_newloginbox_pi1.php 2006-10-12 21:26:53.661363480 +0200
$markerArray['###STORAGE_PID###'] = intval($spid['_STORAGE_PID']);
$markerArray['###USERNAME_LABEL###'] = $this->pi_getLL('username', '', 1);
if ($this->pi_getFFvalue($this->cObj->data['pi_flexform'], 'show_forgot_password', 'sDEF')) {
if ($this->pi_getFFvalue($this->cObj->data['pi_flexform'], 'show_forgot_password', 'sDEF') OR $this->conf['showForgotPassword']) {
// $wrapArray['###FORGOTP_LINK###'] = '<a href="' . $this->pi_linkTP_keepPIvars_url(array('forgot'=>1)) . '">|</a>';
$markerArray['###FORGOT_PASSWORD###'] = $this->pi_getLL('forgot_password', '', 1);
}
(1-1/2)