Confirmed users
933
edits
(→Firefox 70 (Desktop only): Uplift) |
(many updates to shipping timelines) |
||
| Line 28: | Line 28: | ||
* {{bug|1548920|Security review bug}} | * {{bug|1548920|Security review bug}} | ||
=== | === List of popular sites using autocomplete=new-password === | ||
* https://accounts.google.com | |||
* https://login.yahoo.com | |||
* https://www.facebook.com | |||
* https://www.pinterest.com | |||
* https://www.glassdoor.com | |||
* https://mega.nz/register | |||
[https://docs.google.com/spreadsheets/d/1tKNeZh9SP3QBj5-X9O6QA6FddZpHY4qH7rHcn6LkTtI/edit#gid=1841286414 Other sites] | |||
== Firefox 7X (Desktop only) == | |||
Allow generating passwords in private windows | |||
== Firefox 76 (Desktop only) == | |||
Use Fathom (machine learning model) to offer password generation on sites that don't use <code>autocomplete="new-password"</code> | |||
=== Uplift === | |||
<bugzilla> | <bugzilla> | ||
{ | { | ||
| Line 40: | Line 58: | ||
"o3": "nowords", | "o3": "nowords", | ||
"v3": "meta", | "v3": "meta", | ||
"resolution": " | "f4": "cf_status_firefox76", | ||
"include_fields": "id, summary | "o4": "nowords", | ||
"order": " | "v4": "fixed wontfix verified", | ||
"f5": "cf_status_firefox77", | |||
"o5": "anywords", | |||
"v5": "fixed verified", | |||
"resolution": "FIXED", | |||
"include_fields": "priority, id, summary, whiteboard, cf_status_firefox70, cf_last_resolved, assigned_to", | |||
"order": "cf_last_resolved" | |||
} | } | ||
</bugzilla> | </bugzilla> | ||
== | == Open Bugs == | ||
<bugzilla> | <bugzilla> | ||
{ | { | ||
| Line 52: | Line 76: | ||
"o1": "anywordssubstr", | "o1": "anywordssubstr", | ||
"v1": "[passwords:generation]", | "v1": "[passwords:generation]", | ||
"f3": "keywords", | "f3": "keywords", | ||
"o3": "nowords", | "o3": "nowords", | ||
"v3": "meta", | "v3": "meta", | ||
"resolution": "---", | |||
"include_fields": "id, summary, priority, whiteboard, cf_status_firefox70, assigned_to", | |||
"order": "assigned_to" | |||
"resolution": " | |||
"include_fields": " | |||
"order": " | |||
} | } | ||
</bugzilla> | </bugzilla> | ||
== Future == | == Future == | ||
There are many enhancements possible for the feature which aren't part of the "AC MVP" column. Check the other rows for more details. Some of the key ones are: | There are many enhancements possible for the feature which aren't part of the "AC MVP" column. Check the other rows for more details. Some of the key ones are: | ||
* | * Don't autofill saved logins when heuristics using heuristics and <code>autocomplete="new-password"</code> isn't used | ||
* Generating a password more appropriate for the site (length, character classes, etc.) | * Generating a password more appropriate for the site (length, character classes, etc.) | ||
* Requesting a new generated password if the user needs a different one | * Requesting a new generated password if the user needs a different one | ||
* Filling both the new password field and the confirmation field at the same time | * Filling both the new password field and the confirmation field at the same time | ||
* etc. | * etc. | ||