to fix it i added autocomplete="username" to the username fields for login areasA form field has an id or name attribute that the browser's autofill recognizes. However, it doesn't have an autocomplete attribute assigned. This might prevent the browser from correctly autofilling the form.
To fix this issue, provide an autocomplete attribute.
should i leave it as autocomplete="username" or switch it to autocomplete="off" like it is for the password?
i'll make a ticket for it and pull request on github pending above question
*now that i think it about it, it should probably be off cause usernames will most likely be different for multiple forums?