Mosh
8 years agoProfessor
UI Form Auto Complete Issue (chrome auto-fill username & password)
Please, please, please change the names of the username and password form elements in the data source edit UI from the highly generic "username" and "password". Even though you have specified the autocomplete="off" attribute, Chrome will still fill in these fields on submit. This has resulted in our data sources breaking a number of times causing false incidents. A trick also known to work for Chrome is to use autocomplete="false" ("false" instead of the "off" value), but simpler to rename the INPUT elements to username_datasource and password_datasource or something similar.
@Sarah Terry
@Ali Holmes