Make available and enable password generation on desktop
Categories
(Toolkit :: Password Manager, enhancement, P1)
Tracking
()
Tracking | Status | |
---|---|---|
relnote-firefox | --- | 70+ |
firefox68 | --- | unaffected |
firefox69 | --- | unaffected |
firefox70 | + | fixed |
People
(Reporter: MattN, Assigned: ntim)
References
(Depends on 1 open bug, Blocks 1 open bug)
Details
(Keywords: dev-doc-complete, Whiteboard: [passwords:generation] [skyline])
Attachments
(1 file)
Flip the two prefs to true:
signon.generation.available
controls whether the feature is available for users (e.g. if the about:preferences UI should show).signon.generation.enabled
is the user pref to enable/disable the feature from about:preferences.
Reporter | ||
Comment 1•4 years ago
•
|
||
Release Note Request (optional, but appreciated)
[Why is this notable]: New feature
[Affects Firefox for Android]: No
[Suggested wording]: Firefox can now suggest securely generated passwords from the context menu and autocomplete (on supported sites)
[Links (documentation, blog post, etc)]: https://wiki.mozilla.org/Toolkit:Password_Manager/Password_Generation#Firefox_70_.28Desktop_only.29
- autocomplete support is limited to sites using
autocomplete=new-password
Reporter | ||
Comment 2•4 years ago
|
||
The prefs should be set in firefox.js, not all.js, so it's not enabled on Android: https://searchfox.org/mozilla-central/rev/15be167a5b436b57fef944b84eef061d24c1af8c/browser/app/profile/firefox.js#1737-1748
Reporter | ||
Updated•4 years ago
|
Assignee | ||
Comment 3•4 years ago
|
||
Assignee | ||
Comment 4•4 years ago
|
||
Assignee | ||
Comment 5•4 years ago
|
||
Pushed by ntim.bugs@gmail.com: https://hg.mozilla.org/integration/autoland/rev/842d2fac0842 Enable password generation and make it available by default. r=MattN
Comment 7•4 years ago
|
||
bugherder |
Comment 8•4 years ago
|
||
This was added last week to Nightly release notes
Comment 9•4 years ago
|
||
As an FYI, the dev-doc-needed password is only to do with MDN documentation; we don't have anything to do with updating WikiMo. And I'm not sure who does do that ;-)
Reporter | ||
Comment 10•4 years ago
|
||
(In reply to Chris Mills (Mozilla, MDN editor) [:cmills] from comment #9)
As an FYI, the dev-doc-needed password is only to do with MDN documentation; we don't have anything to do with updating WikiMo. And I'm not sure who does do that ;-)
Right, I wasn't wanting anything documented on the wiki, I provided a link to the feature documentation.
(In reply to Matthew N. [:MattN] (PM me if requests are blocking you) from comment #1)
- autocomplete support is limited to sites using
autocomplete=new-password
This is what I thought could be documented on MDN.
Comment 11•4 years ago
|
||
Right, I wasn't wanting anything documented on the wiki, I provided a link to the feature documentation.
Gah, sorry for the misunderstanding; Friday tiredness! I'll get this put into our next sprint.
Comment 12•4 years ago
|
||
- Added to Fx 70 release notes
- Added Fx70 info to Turning off form autocompletion
This bug does not appear to affect browser-compat data, since the new-password
value was supported since 67.
Description
•