Project

General

Profile

Feature #41887 ยป patch.diff

Daniel Alder, 2012-10-11 14:54

View differences:

pi1/class.tx_felogin_pi1.php (working copy)
// generate an email with the hashed link
$error = $this->generateAndSendHash($row);
}
else {
$error = $this->pi_getLL('ll_forgot_reset_message_emailUserNotFound', '', 1);
}
// generate message
if ($error) {
$markerArray['###STATUS_MESSAGE###'] = $this->cObj->stdWrap($error, $this->conf['forgotMessage_stdWrap.']);
pi1/locallang.xml (working copy)
<label index="ll_forgot_message">Please enter the email address by which you registered your user account. Then press &quot;Send password&quot; and your password will immediately be emailed to you. Make sure to spell your email address correctly.</label>
<label index="ll_forgot_message_emailSent">Your password has now been sent to the email address %s</label>
<label index="ll_forgot_reset_message">Please enter your username or email address. Instructions for resetting the password will be immediately emailed to you.</label>
<label index="ll_forgot_reset_message_emailSent">An email has been sent to the address stored in your account and contains a link to reset your password. If you do not receive an email, your account or email address was not found.</label>
<label index="ll_forgot_reset_message_emailSent">An email has been sent to the address stored in your account and contains a link to reset your password.</label>
<label index="ll_forgot_reset_message_emailUserNotFound">Your account or email address was not found.</label>
<label index="ll_forgot_header_backToLogin">Return to login form</label>
<label index="ll_enter_your_data">Username or email address:</label>
<label index="noValidRedirectUrl">Url "%s" for redirect was not accepted!</label>
    (1-1/1)