I have a login form on my dashboard. However, whenever I go to the login page my username and password is already filled in. Is there a way to prevent the browser from storing and autofilling that information?
TLTR: Change the name of the inputs to something that the browser will not recognise such as mypassword. In doing so, make sure that the back end recognises the name change(s).
Yep, renaming the fields will definitely sort it. Maybe add the domain to the beginning so you have something like bradcomusername and bradcompassword. That should mean there’s near to no risk of another site somewhere having the same name.
You probably saved your username and password with the browser so it remembers them. Just go to the browser settings, saved passwords and clear those for this site.
Perfect, this would be exactly the suggestion I would give for the solution, just one observation, depending on the browser, this does not work, but in the main ones I tested it works perfectly!