I have a management area where the admins can create new users for the site.
The "New User" form currently loads the admin's login when the admin saves their login to their browser. I already have autocomplete turned off on the fields in the "New User" form.
Is there a way to also not load the admin's saved email and password without changing the field names in the form?
EDIT
I guess this is not clear, so I will explain more.
On my input fields for the email address and password, I have the input field attribute autocomplete set to off.
However, the browser will still load the logged-in user's saved email and password in to the fields. This is the part I need to stop from happening.