|
|
|
|
|
by CodesInChaos
1879 days ago
|
|
> - Separating the password from the email field This is useful if you support authentication methods other than password > - Not making the login form password manager friendly my not sticking to conventions for field names for this Instead of relying on heuristics based on field names, it's also possible to annotate the field with the autocomplete attribute https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes... |
|