What version are you running?
2.0.x
What's the URL of the page containing the problem?
http://localhost:8080/admin/db/scmtools/repository/add/
What steps will reproduce the problem?
1. In Safari 7.x (or probably other browsers), fill out some form somewhere else that saves a name. Also, fill out the login form on Review Board, saving the username and password.
2. Go to add or edit a repository.
What is the expected output? What do you see instead?
On some browsers (older versions of Safari, certainly), the Name, Username, and Password fields are filled in by the browser, which is not desired.
We have flags set to prevent this, but they can be ignored. We should rename the form field names (name="...") to prevent these from being filled in.