Description
In the providers page of the web, when we create new provider, it will auto-fill username and password for provider id and API key.
Possible Cause
The dialog forms contain a text followed by a type="password" input with no autocomplete attributes. Browsers detect this structure as a login form and auto-fill saved credentials — Provider ID gets the saved username, API Key gets the saved password. Renaming fields doesn't help; only autocomplete hints do.
Description
In the providers page of the web, when we create new provider, it will auto-fill username and password for provider id and API key.
Possible Cause
The dialog forms contain a text followed by a type="password" input with no autocomplete attributes. Browsers detect this structure as a login form and auto-fill saved credentials — Provider ID gets the saved username, API Key gets the saved password. Renaming fields doesn't help; only autocomplete hints do.