This is login form
<form method="post">
    <input name="username" type="text" />
    <input name="password" type="password" />
</form>
After login and save password by Browser, i go to users manage page
<form method="post">
    <input name="email" type="text" />
    <input name="name" type="text" />
    <input name="password" type="password" />
</form>
This page, browser show password and username by default to name and password
How fix it ?