[TYPO3-english] Re: FE Login Dots
Naberd Zendi
naberd at uwkm.nl
Tue Aug 8 12:50:41 CEST 2017
chrome has autocomplete of the form which is i think in your case.
so adding autocomplete="off" to input will solve your problem.
so steps to do:
copy templates of fe_login in to any dir.
add typoscript for fe login plugin to use template from that directory
plugin.tx_felogin_pi1 {
templateFile = fileadmin/.../FrontendLogin.html
}
modify template with autocomplete=off
More information about the TYPO3-english
mailing list