Using Yii 1.1.12 php framework although that may not be relevant. When logged in as the admin user, on my create new user page (an mvc view that I have created), the form autofills with the admin's username and password (at least using when using google chrome because I have saved them for the site).However the purpose of the form is to create brand new users so it doesn't make sense to auto populate the admin's username and password. How can I prevent this from happening?