[TYPO3-english] Re: FE Login Dots

2017-08-14 Thread Urs Braem

Thanks, Naberd

are you sure this is related to chrome autofill? It also happens in firefox. 
It's also not a problem as such, more a question that arises often: why the many many dots?

My guess was it would have to do with rsa

Cheers 
urs

___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english


[TYPO3-english] Re: FE Login Dots

2017-08-08 Thread Naberd Zendi
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
___
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english