odoo/odoo#147979

Created by fw-bot
Error: ci/runbot on e9c0aa5676ff9561111b7054708438d653eff14f (view more at https://runbot.odoo.com/runbot/build/55935261)
label
odoo-dev:master-15.0-web-add_autocomplete_login-dev-rolando-Xuql-fw
head
9d79a5edf3292762ab65278ae1f1845856986f73
target
master
forward-port of
odoo/odoo#146934

[FW][FIX] web: add autocomplete attribute to the email input in login view

Before:

In chrome, you can see the message "[DOM] Input elements should have autocomplete attributes (suggested: "username"):
(More info: https://goo.gl/9p2vKq)".

After:

The message does not appear.

Also, This maintains consistency with the password input which has the attribute autocomplete.

![Screenshot from 2023-12-12 12-05-33](https://github.com/odoo/odoo/assets/90422721/bcbec47e-6dee-431b-8a05-379fb13c0731)





---
I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr

Forward-Port-Of: odoo/odoo#146934
Forward-Port-Of: odoo/odoo#146037