Actions
Bug #98122
closedFix felogin variable name in TypoScript setup
Start date:
2022-08-11
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
12
PHP Version:
Tags:
Complexity:
no-brainer
Is Regression:
Sprint Focus:
Description
Seems like the showForgotPasswordLink
setting was renamed to showForgotPassword
during the refactoring to fluid templates. In the TypoScript setup it's still showForgotPasswordLink
and therefore the setting is not applied to the template.
I would keep the constant with the "Link" at the end $styles.content.loginform.showForgotPasswordLink
as it is for compatibility.
Documentation: showForgotPassword
Template: showForgotPassword
Flexform: showForgotPassword
TypoScript Setup: showForgotPasswordLink
Actions