Remove import suggestions on user opt-out or automatically
Categories
(Toolkit :: Password Manager, enhancement, P1)
Tracking
()
People
(Reporter: Mardak, Assigned: Mardak)
References
(Blocks 3 open bugs)
Details
Attachments
(1 file)
47 bytes,
text/x-phabricator-request
|
RyanVM
:
approval-mozilla-beta+
|
Details | Review |
With bug 1618311, we'll add some autocomplete entries, but we should allow users to get rid of them explicitly and probably some automatic trigger too, e.g., existing saved password or profile age??
We'll want telemetry around this too.
One idea could be like attachment 9128834 [details] with a remove "X" button within an entry.
Comment 1•5 years ago
|
||
Is this still considered a P1? Not a big deal either way but I wanted to make sure it didn't fall off your radar if you wanted it on there :)
Assignee | ||
Updated•5 years ago
|
Updated•5 years ago
|
Updated•5 years ago
|
Assignee | ||
Comment 2•5 years ago
•
|
||
We most likely want to stop showing the import suggestion if the user decides to ignore it especially to avoid annoying long time users (who decide to not have a saved password in Firefox). The experiment happened to unenroll users after 4 weeks.
jimt, do we want to have a time based cutoff or total impression count or something else?
Assignee | ||
Comment 3•5 years ago
|
||
Jim says the intention is to have 3 suggestions shown before hiding. Multiple views on the same page, e.g., username field + password field, should be treated as one.
Assignee | ||
Comment 4•5 years ago
|
||
Allow 3 showing of import suggestions debouncing multiple impressions within 10 seconds. Also treat deleting a suggestion as opt-out.
Updated•5 years ago
|
Comment 5•5 years ago
|
||
[Tracking Requested - why for this release]: the password autocomplete functionality is on by default in 81 and this enhancement is important for opt-out users
Updated•5 years ago
|
Comment 7•5 years ago
|
||
bugherder |
Assignee | ||
Comment 8•5 years ago
|
||
Could you verify this on the next 82 nightly for 81 uplift? Also, with this change, testing the feature many tines will probably require resetting signon.suggestImportCount
to get it to show again.
Comment 9•5 years ago
•
|
||
I have verified that the behavior is the one described.
After the suggestion is displayed three times it is no longer displayed. It seems this is true as long as there are more than 10 seconds in total between the current try and the last 2 where it was displayed.
Tested on Firefox Nightly 82.0a1 (Build ID: 20200901094542) on Windows 10.
Assignee | ||
Comment 10•5 years ago
|
||
Comment on attachment 9171289 [details]
Bug 1618314 - Remove import suggestions on user opt-out or automatically r?MattN
Beta/Release Uplift Approval Request
- User impact if declined: Users who ignore import suggestions might get annoyed by them showing up on every login field without a saved password.
- Is this code covered by automated tests?: Yes
- Has the fix been verified in Nightly?: Yes
- Needs manual test from QE?: Yes
- If yes, steps to reproduce: Similar to comment 9:
- have at least 4 importable logins from chrome for different sites
- open new profile in firefox
- navigate to site with saved chrome login
- wait at least 10 seconds after seeing the import suggestion
- repeat steps 3+4 for the 3+ other sites
expect: on the 4th (and later sites) there should be no more import suggestion shown
- List of other uplifts needed: None
- Risk to taking this patch: Medium
- Why is the change risky/not risky? (and alternatives if risky): Some parent/child messaging to update and check a new pref to turn off behavior. Not too risky as it doesn't affect many users and can be turned off via pref.
- String changes made/needed: none
Assignee | ||
Updated•5 years ago
|
Comment 11•5 years ago
|
||
Comment on attachment 9171289 [details]
Bug 1618314 - Remove import suggestions on user opt-out or automatically r?MattN
Approved for 81.0b5.
Comment 12•5 years ago
|
||
bugherder uplift |
Updated•5 years ago
|
Comment 13•5 years ago
|
||
I have verified the following by using the steps provided in comment 10 on Firefox Beta 81.0b5 (Build ID: 2020091203141) with Windows 10, and macOS 10.15:
- The import suggestion can be successfully removed by deselecting the "Ask to save logins and passwords for websites" option in the "about:preferences#privacy" page.
- The import suggestion is automatically removed by seeing the import suggestion more than 3 times on different websites.
Updated•5 years ago
|
Description
•