Bug #22583
closedForgot password form is not localized and doesn't work either
0%
Description
Since at least version 1.3.0 the localization of the forgot password form doesn't work anymore. Also the forgot password procedure doesn't work at all. We are using Typo3 4.3.3 and went back to an older version of felogin (1.0.0) which works fine.
(issue imported from #M14299)
Updated by Administrator Admin over 14 years ago
change in flexform.xml
<forgot_message>
</forgot_message>
to
<forgot_reset_message>
</forgot_reset_message>
and localization works fine
Updated by Bart Dubelaar over 13 years ago
- Target version deleted (
0)
I have finally traced the problem. The point is that a lot of labels have changed names and updating the translations in the ext managers did not fetch the new lang files.
I've solved it by deleting the lang files in l10n and the zips in typo3temp, after that fetching the translations worked.
Updated by Jigal van Hemert almost 13 years ago
- Status changed from New to Closed
- TYPO3 Version set to 4.3
Closed as an issue of fetching the language labels through the Extension Manager (often incorrect rights / ownership / temporary files not removed during major upgrade).