Actions
Bug #67894
closedFelogin form invisible in 6.2 with standard login form layout
Status:
Closed
Priority:
Could have
Assignee:
Category:
Documentation
Target version:
Start date:
2015-07-02
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
no-brainer
Is Regression:
No
Sprint Focus:
Description
Found an inconsistency today which might be rare:
Use case 6.2 CMS core with felogin and css_styled_content in version 4.5.
The standard constant loginform -> templateFile is not defined as EXT: felogin/template.html in 4.5 but only in css_styled_content 6.2.
Work-round:
define constant by hand in sys_template
styles.content.loginform.templateFile = EXT:felogin/template.html
Actions