forms - Restrict scope of HTML autocompletion -


i have web application frontend on / , backend on /backend, both have different login-sets.

currently, autocompletion fills frontend user/pass in backend, , vice versa - way prevent this, still allow user/pass autocompletion?

thanks!

<form autocomplete ="off"> 

or use

<input type="text" autocomplete ="off"> 

Comments

Popular posts from this blog

java - Jmockit String final length method mocking Issue -

asp.net - Razor Page Hosted on IIS 6 Fails Every Morning -

c++ - wxwidget compiling on windows command prompt -