Actions
Bug #93864
closedThe mail to reset a FE password is not fully translatable
Start date:
2021-04-06
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
11
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
When you ask to reset your password, you get a HTML/plain text email with a link to reset your password.
The link in the HTML version is behind a hardcoded text "Password recovery link" which is not translatable, meaning your email, if you are not in an English context shows a partially untranslated link (here in a French context):
Problem is in https://github.com/TYPO3/TYPO3.CMS/blob/master/typo3/sysext/felogin/Resources/Private/Email/Templates/PasswordRecovery.html#L6
DISCLAIMER: Don't know if this happens in v10 as well, I'm currently integrating with v11.
Files
Actions