Open
Bug 1524485
Opened 7 years ago
Updated 3 years ago
Use login field labels/id/name to determine login field types
Categories
(Toolkit :: Password Manager, enhancement, P3)
Toolkit
Password Manager
Tracking
()
NEW
People
(Reporter: MattN, Unassigned)
References
(Blocks 2 open bugs)
Details
(Whiteboard: [passwords:heuristics])
We can use field labels e.g. via <label>, name/id or just adjacent text like Form Autofill does to help identify the expected data for a field. Hopefully we can share this code with Form Autofill.
Examples:
- Prefer a field with a "Username" label as the username (e.g. on a registration form) over an "Email" or "Zip Code" labelled field
- Don't autofill if the label is "New Password" as we're probably on a change password form.
| Reporter | ||
Updated•7 years ago
|
Summary: Use login field labels to determine login field types → Use login field labels/id/name to determine login field types
Updated•6 years ago
|
Flags: needinfo?(zsikander31)
| Reporter | ||
Updated•6 years ago
|
Flags: qe-verify+
| Reporter | ||
Updated•6 years ago
|
Flags: needinfo?(zsikander31)
| Reporter | ||
Updated•6 years ago
|
Priority: P2 → P3
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•