old password gets autocompleted in "new password" field
### Checklist
- [x] I confirm that this is an issue with aurweb's code and not a
user-uploaded package.
- [x] I have described the bug in complete detail in the
[Description](#description) section.
- [x] I have specified steps in the [Reproduction](#reproduction) section.
- [x] I have included any logs related to the bug in the
[Logs](#logs) section.
- [x] I have included the versions which are affected in the
[Version(s)](#versions) section.
### Description
In the page /account/*/edit there is a field to insert a new password. In Firefox the current password is incorrectly auto-completed in this field.
This happens because the `<input>` tag doesn't have `autocomplete="new-password"` attribute.
### Reproduction
- Save current password in Firefox (or another browser)
- open page /account/username/edit
### Version(s)
aurweb v6.0.25
issue