Toolkit:Password Manager/Password Generation: Difference between revisions

many updates to shipping timelines
(many updates to shipping timelines)
Line 28: Line 28:
* {{bug|1548920|Security review bug}}
* {{bug|1548920|Security review bug}}


=== Open Bugs ===
=== 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, priority, whiteboard, cf_status_firefox70, assigned_to",
  "o4": "nowords",
   "order": "assigned_to"
  "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>


=== Uplift ===
== Open Bugs ==
<bugzilla>
<bugzilla>
{
{
Line 52: Line 76:
   "o1": "anywordssubstr",
   "o1": "anywordssubstr",
   "v1": "[passwords:generation]",
   "v1": "[passwords:generation]",
  "f2": "status_whiteboard",
  "o2": "anywordssubstr",
  "v2": "[skyline]",
   "f3": "keywords",
   "f3": "keywords",
   "o3": "nowords",
   "o3": "nowords",
   "v3": "meta",
   "v3": "meta",
  "f4": "cf_status_firefox70",
   "resolution": "---",
  "o4": "nowords",
   "include_fields": "id, summary, priority, whiteboard, cf_status_firefox70, assigned_to",
  "v4": "fixed wontfix verified",
   "order": "assigned_to"
  "f5": "cf_status_firefox71",
  "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>
=== 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]


== 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:
* Heuristics to suggest generated passwords in autocomplete when <code>autocomplete="new-password"</code> isn't used
* 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
* Generating passwords in private windows
* etc.
* etc.
Confirmed users
933

edits