i use the TYPO3 extension felogin. I can configure different texts here. But I would like to show a bootstrap alert if someone entered wrong user data. How can I do something like this? On the page https://t3bootstrap.de//en/extensions/felogin/ there is an example, but I do not know how this is implemented. Does somebody has any idea?
Best regards MS-Tech
I'd first open the
TemplateModule in the TYPO3 backend and selectTypoScript-Object-Browserfrom the select. Then switch toSetupview in the next select box. You'll see all TypoScript nodes here. Find the nodeplugin.tx_felogin_pi1.templateFileto figure out the path to the template file which is used for the login. Now simply edit that file and replate the error message markups with bootstrap alerts.(Always good to know which TYPO3 version you are on to provide better answers.)
edit: the fe_login markers can be wrapped in TypoScript: