Admin message

Due to an influx of spam, we have had to require each new account to be manually approved. Please register an account and then write an email to accountsupport@archlinux.org to get it approved. Sorry for the inconvenience.

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