Updated felogin documentation to explain you need to manually
add a TypoScript constant for the template if you run felogin
on TYPO3 6.2 with css_styled_content v4.5.
Change-Id: I7ad6f0722e218c285055360af07f1147f9b89abf
Resolves: #67894
Releases: master, 7.6, 6.2
Reviewed-on: https://review.typo3.org/49507
Reviewed-by: Markus Klein <markus.klein@typo3.org>
Tested-by: Markus Klein <markus.klein@typo3.org>
Description
The Template File
+ In TYPO3 6.2 the frontend form is not shown if you use
+ css_styled_content version 4.5. In this case you must define the
+ template in TypoScript constants:
+ :code:`styles.content.loginform.templateFile = EXT:felogin/template.html`
+
Default
EXT:felogin/Resources/Private/Templates/FrontendLogin.html
stored and only one of the forgot password forms will work. Make sure
there is only one felogin plugin on the page where the password
recovery form is displayed.
-
-
+- In TYPO3 6.2 the frontend form is not shown if you use
+ css_styled_content version 4.5. In this case you must define the
+ template in TypoScript constants:
+ :code:`styles.content.loginform.templateFile = EXT:felogin/template.html`